Netsuite Bundles to Update

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

Wat is Netsuite Bundles to Update?

Netsuite Bundles to Update is een Chrome-extensie ontwikkeld door https://suitedb.com, en de belangrijkste functie is "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Netsuite Bundles to Update

Download Netsuite Bundles to Update-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Netsuite Bundles to Update Netsuite Bundles to Update
ID gadlmaaioijphjjccgfeoaaldnkemgod
Officiële URL https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod
Beschrijving Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Bestandsgrootte 86.53 KB
Aantal Installaties 154
Huidige Versie 1.1
Laatst Bijgewerkt 2019-08-01
Publicatiedatum 2019-08-01
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://suitedb.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://suitedb.com
Ondersteunde Talen 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"
    ]
}