Entartes NetSuite Firefox

Examine source code of Entartes NetSuite

Inspect and view changes in Entartes NetSuite source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Entartes NetSuite",
  "version": "0.1",
  "description": "Firefox extension that enhances NetSuite and works along side the Entartes solution library.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ffaddon@entartes.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "./img/logo16.png",
    "32": "./img/logo32.png",
    "48": "./img/logo48.png",
    "128": "./img/logo128.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "./img/logo16.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/ols/content.js"
      ],
      "matches": [
        "https://*.app.netsuite.com/app/common/search/searchresults.nl*"
      ],
      "include_globs": [
        "https://*.app.netsuite.com/app/common/search/searchresults.nl*"
      ]
    },
    {
      "js": [
        "scripts/inquiries/content.js"
      ],
      "matches": [
        "https://*.app.netsuite.com/app/accounting/transactions/manufacturing/costedbillofmaterialsinquiry.nl*",
        "https://*.app.netsuite.com/app/accounting/transactions/inventory/billofmaterialsinquiry.nl*",
        "https://*.app.netsuite.com/app/accounting/transactions/manufacturing/componentwhereusedinquiry.nl*"
      ],
      "include_globs": [
        "https://*.app.netsuite.com/app/accounting/transactions/manufacturing/costedbillofmaterialsinquiry.nl*",
        "https://*.app.netsuite.com/app/accounting/transactions/inventory/billofmaterialsinquiry.nl*",
        "https://*.app.netsuite.com/app/accounting/transactions/manufacturing/componentwhereusedinquiry.nl*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "Libraries/XML2JSON/xmlToJson.js"
      ],
      "matches": [
        "https://*.app.netsuite.com/*",
        "https://*.app.netsuite.com/*"
      ]
    },
    {
      "resources": [
        "scripts/inquiries/netsuite_api.js"
      ],
      "matches": [
        "https://*.app.netsuite.com/*",
        "https://*.app.netsuite.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best Entartes NetSuite Alternatives

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