WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
SuiteAdvanced™ for NetSuite

SuiteAdvanced™ for NetSuite

View on Chrome Web Store
View SuiteAdvanced™ for NetSuite Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (27 ratings)
1 new ratings
6 views
This extension has been viewed 6 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Bring your NetSuite experience to a whole new level with added functionality, shortcuts, settings, and theming
Type
Extension
Users
2,000 users
burkybang
View author page of burkybang
Published
Published on July 19, 2018
Version 31.1.1
Manifest version
3
Updated
Updated on June 13, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View SuiteAdvanced™ for NetSuite Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top