Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SuiteAdvanced\u2122 for NetSuite", "short_name": "SuiteAdvanced", "version": "31.1.1", "version_name": "31.1.1", "description": "Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming", "manifest_version": 3, "permissions": [ "storage", "scripting", "sidePanel" ], "optional_permissions": [ "contextMenus", "bookmarks", "history" ], "host_permissions": [ "https:\/\/*.netsuite.com\/*" ], "background": { "service_worker": "serviceworker.js" }, "content_scripts": [ { "css": [ "code.css", "netsuite.css" ], "js": [ "lib.js", "netsuite.js" ], "matches": [ "https:\/\/*.netsuite.com\/*" ], "exclude_matches": [ "https:\/\/*.extforms.netsuite.com\/*" ], "run_at": "document_start", "all_frames": true }, { "css": [ "bundlebuilder.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/setup\/assistants\/bundlebuilder.nl?*" ], "run_at": "document_start" }, { "css": [ "codeeditor.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/record\/edittextmediaitem.nl?*" ], "run_at": "document_start" }, { "css": [ "dashboard.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/center\/card.nl?*" ], "run_at": "document_start" }, { "css": [ "fieldhelp.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/core\/help\/fieldhelp.nl?*" ], "run_at": "document_start", "all_frames": true }, { "css": [ "file.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/media\/mediaitem.nl?*" ], "run_at": "document_start", "all_frames": true }, { "css": [ "helpcenter.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/help\/helpcenter.nl?*" ], "run_at": "document_start" }, { "css": [ "pdftemplate.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/custom\/advancedprint\/pdftemplate.nl?*" ], "run_at": "document_start" }, { "css": [ "scripting.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/scripting\/*.nl?*" ], "run_at": "document_start" }, { "css": [ "suiteql-results.css" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/search\/ubersearchresults.nl?*" ], "run_at": "document_start" }, { "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" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_start" }, { "js": [ "extensionpay.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "img\/*", "32.png" ], "matches": [ "https:\/\/*.app.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" } }, "side_panel": { "default_path": "sidepanel.html" }, "omnibox": { "keyword": "ns" } }