Privacy Policy

JSON Formatter — NetSuite Script Notes · v1.0 · Last updated 12/08/2026

Summary

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.

What the extension does

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.

Data collection

None. Specifically, the extension does not:

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.

Permissions

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:

It does not run on any other site.

Third parties

The extension bundles no third-party libraries, SDKs, trackers, or remote code. All code ships with the extension and executes locally.

Changes to this policy

Any change to this policy will be published in this file alongside a version bump in manifest.json.

Contact

Questions about this policy can be directed to the developer: jfringor@gmail.com