This extension does not collect, store, transmit, or share any data. It is a purely local, display-only tool: it reformats text that is already on the page you are viewing, and nothing leaves your browser.
When you open a NetSuite page (*.netsuite.com), the content script
format.js scans list rows for table cells whose text looks like JSON.
Matching cells are re-rendered in place as pretty-printed, syntax-highlighted
blocks. Truncated JSON is repaired in memory purely so it can be displayed; the
underlying NetSuite record is never modified.
All processing happens in the page's own JavaScript context, on your machine, while the page is open.
None. Specifically, the extension does not:
localStorage, chrome.storage, or any other persistence
The only trace the extension leaves is a data-json-formatted attribute
and a <style> element added to the live page. Both are discarded
as soon as the page is closed or reloaded.
The extension requests no Chrome permissions and
no host permissions. Its only access is the content script
declared in manifest.json, which is limited to:
*://*.netsuite.com/**://*.app.netsuite.com/*It does not run on any other site.
The extension bundles no third-party libraries, SDKs, trackers, or remote code. All code ships with the extension and executes locally.
Any change to this policy will be published in this file alongside a version bump
in manifest.json.
Questions about this policy can be directed to the developer: jfringor@gmail.com