NetSuite Record Scripts version history - 3 versions
NetSuite Record Scripts by Alien Technology
NetSuite Record Scripts version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.0.7
Released Feb 11, 2026 - 51.74 KBWorks with firefox 121.0 and laterChangelog (v2.0.7)
🔐 Permission Changes
• Removed tabs permission: The extension no longer requests the "tabs" permission, eliminating the "Read your browsing history" warning. Icon activation now works
without it.
✨ New Features
• Popup header: The popup now displays a branded "NetSuite Record Scripts" header bar with dark-mode support.
• Firefox support: Full Firefox compatibility with a dedicated manifest. Available on Firefox Add-ons.
🛡️Security & Privacy
• innerHTML replaced with DOM APIs: All dynamic HTML generation now uses safe DOM element creation methods (createElement, textContent, appendChild) instead of
innerHTML. Meets Firefox store validation requirements and eliminates XSS vectors.
• Privacy policy added: Comprehensive PRIVACY.md documenting zero data collection, no external servers, no analytics or telemetry.
🔧 Technical
• Split manifest architecture: Separate manifest_firefox.json for Firefox-specific configuration (service_worker + scripts fallback, browser_specific_settings).
• Version bump: 2.0.5 → 2.0.7.Source code released under MIT License
Older versions
Version 2.0.6
Released Feb 8, 2026 - 51.73 KBWorks with firefox 121.0 and laterv2.0.6 - Firefox Compatibility & Security
- Cross-browser manifest: added background/scripts fallback with preferred_environment for Firefox compatibility alongside Chrome's service_worker
- Added Firefox data_collection_permissions (required: none)
- Replaced innerHTML with safe DOM APIs (createElement, textContent) to eliminate XSS warnings
- Added PRIVACY.md to repository
- Single codebase passes both Chrome and Firefox store validation
v2.0.5 - Coding Standards
- JSDoc added to 33 functions across all 4 JS files
- Hungarian notation applied to all parameters and variables
- Consistent formatting (blank lines after opening braces)
- Removed redundant comments, preserved section dividers
- No logic changes
v2.0.4 - Architecture Overhaul
- On-demand execution: scripts only run on icon click, not on page load. Zero wasted governance
- SuiteScript 1.0 automatic fallback for pages without 2.x modules
- Manifest V3 service worker architecture
- Smart icon: grays out on non-NetSuite pages
- Sort scripts A-Z/Z-A within type groups
- Drag-and-drop group ordering (saved automatically)
- Dark/Light mode, Compact mode, Deployed-only filter
- Refresh button for on-demand data fetch
- Fixed workflow query variable bug
- Fixed workflow status display (Released/Testing/Not Initiating/Suspended)
- Added Released column for workflows
- Fixed deployed filter to exclude inactive scripts
- New permissions: scripting (on-demand injection), tabs (icon activation)
v1.0.3 - Initial Release
- View SuiteScript deployments and workflows on any NetSuite record
- Click to navigate to script records, edit, or view source
- Info tooltips with API version, description, and file nameSource code released under MIT License
Version 1.0.3
Released Apr 8, 2025 - 49.21 KBWorks with firefox 109.0 and later- Remove support for the Managed Bundles flag, no reliable field is exposed.
Source code released under MIT License