Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.23 KB

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).

Install

Head over to https://chrome.google.com/webstore/detail/bljkbinljmhdbipklfcljongikhmnneh and click Add to Chrome

Rossum UI improvements

  • shows datapoint schema_id on the annotation screen (headers and line items)
  • adds devFeatureEnabled toggle
  • adds devDebugEnabled toggle

header fields

line items

NetSuite UI improvements

  • shows field internal names where available

NetSuite field names

Build and release

Ideas for further improvement (NOT IMPLEMENTED)

Allow Unleash overrides:

javascript: {
  localStorage.setItem(
    'localUnleashOverrides',
    JSON.stringify({ 'ac-XYZ-ABC-v2': true })
  );
  location.reload();
}