Netsuite Bundles to Update

Detect the error logs in your NetSuite Production Account and be notified on bundle updates.

What is Netsuite Bundles to Update?

Netsuite Bundles to Update is a Chrome extension developed by https://suitedb.com, and its main feature is "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".

Extension Screenshots

screenshot
screenshot

Download Netsuite Bundles to Update Extension CRX File

Download Netsuite Bundles to Update extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Detect the error logs in your NetSuite Production Account and be notified on bundle updates.                    

Extension Basic Information

Name Netsuite Bundles to Update Netsuite Bundles to Update
ID gadlmaaioijphjjccgfeoaaldnkemgod
Official URL https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod
Description Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
File Size 86.53 KB
Installation Count 154
Current Version 1.1
Last Updated 2019-08-01
Publish Date 2019-08-01
Rating 5.00/5 Total 1 Ratings
Developer https://suitedb.com
Email [email protected]
Payment Type free
Extension Website https://suitedb.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netsuite Bundles to Update",
    "version": "1.1",
    "manifest_version": 2,
    "description": "",
    "icons": {
        "128": "sunit-test2.png"
    },
    "browser_action": {
        "default_title": "SuiteDB logs & Bundle Info",
        "default_popup": "Popup.html"
    },
    "permissions": [
        "https:\/\/*.app.netsuite.com\/*",
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.app.netsuite.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "pageScript.js"
    ]
}