NetSuite Script Deployments Firefox

Examine source code of NetSuite Script Deployments

Inspect and view changes in NetSuite Script Deployments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "NetSuite Script Deployments",
  "description": "Instantly Uncover Script Deployments For Any Script-Enabled Record",
  "version": "1.0.4",
  "author": "Alex Mincey",
  "manifest_version": 3,
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2554d0b-5314-4c88-80e3-6d38f9303a65}",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "https://*.netsuite.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "icons": {
    "16": "/images/icon16.png",
    "32": "/images/icon32.png",
    "48": "/images/icon48.png",
    "128": "/images/icon128.png"
  },
  "options_page": "options.html",
  "web_accessible_resources": [
    {
      "resources": [
        "js/recordHelper.js"
      ],
      "matches": [
        "https://*.netsuite.com/*"
      ]
    }
  ]
}

Best NetSuite Script Deployments Alternatives

Here are some Firefox add-ons that are similar to NetSuite Script Deployments: