Important
This is a community project supported by enthusiasts and volunteers. For official support, please get in touch with Rossum Sales.
Chrome extension adding small enhancements to Rossum UI as well as NetSuite UI for easier onboarding (created by the SA team).
Head over to https://chrome.google.com/webstore/detail/bljkbinljmhdbipklfcljongikhmnneh and click Add to Chrome
- shows datapoint
schema_id
on the annotation screen (headers and line items) - adds
devFeatureEnabled
toggle - adds
devDebugEnabled
toggle
- shows field internal names where available
- bump version in
manifest.json
,package.json
andpopup/popup.html
- ZIP the
rossum-sa-extension
folder - https://chrome.google.com/webstore/devconsole
Allow Unleash overrides:
javascript: {
localStorage.setItem(
'localUnleashOverrides',
JSON.stringify({ 'ac-XYZ-ABC-v2': true })
);
location.reload();
}