Netsuite Bundles to Update

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

Co je Netsuite Bundles to Update?

Netsuite Bundles to Update je rozšíření Chrome vyvinuté https://suitedb.com, a jeho hlavní funkcí je „Detect the error logs in your NetSuite Production Account and be notified on bundle updates.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Netsuite Bundles to Update

Stáhněte si soubory rozšíření Netsuite Bundles to Update ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Netsuite Bundles to Update Netsuite Bundles to Update
ID gadlmaaioijphjjccgfeoaaldnkemgod
Oficiální URL https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod
Popis Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Velikost souboru 86.53 KB
Počet instalací 154
Aktuální Verze 1.1
Poslední Aktualizace 2019-08-01
Datum Vydání 2019-08-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://suitedb.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://suitedb.com
Podporované Jazyky 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"
    ]
}