SuiteAdvanced™ for NetSuite

SuiteAdvanced™ for NetSuite

Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SuiteAdvanced™ for NetSuite",
  "short_name": "SuiteAdvanced",
  "version": "29.2.0",
  "version_name": "29.2.0",
  "description": "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting"
  ],
  "optional_permissions": [
    "contextMenus",
    "bookmarks"
  ],
  "host_permissions": [
    "https://*.netsuite.com/*"
  ],
  "background": {
    "service_worker": "serviceworker.js"
  },
  "content_scripts": [
    {
      "css": [
        "netsuite.css"
      ],
      "js": [
        "lib.js",
        "netsuite.js"
      ],
      "matches": [
        "https://*.netsuite.com/*"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "css": [
        "suitecommerce.css"
      ],
      "js": [
        "suitecommerce.js"
      ],
      "matches": [
        "https://developers.suitecommerce.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "suiteanswers.js"
      ],
      "matches": [
        "https://*.custhelp.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "extensionpay.css"
      ],
      "js": [
        "ExtPay.js"
      ],
      "matches": [
        "https://extensionpay.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "extensionpay.js"
      ],
      "matches": [
        "https://extensionpay.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "img/*",
        "icon/*"
      ],
      "matches": [
        "https://*.netsuite.com/*",
        "https://*.custhelp.com/*",
        "https://extensionpay.com/*"
      ]
    }
  ],
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "options_page": "settings.html",
  "action": {
    "default_popup": "settings.html#popup",
    "default_icon": {
      "19": "19.png",
      "38": "38.png"
    }
  },
  "omnibox": {
    "keyword": "ns"
  }
}