Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Cos'è Netsuite Bundles to Update?
Netsuite Bundles to Update è un'estensione di Chrome sviluppata da https://suitedb.com, e la sua funzione principale è "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Netsuite Bundles to Update
Scarica i file di estensione Netsuite Bundles to Update in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Informazioni di Base sull'Estensione
Nome | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
URL Ufficiale | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
Descrizione | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
Dimensione del File | 86.53 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-08-01 |
Data di Pubblicazione | 2019-08-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://suitedb.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://suitedb.com |
Lingue Supportate | 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" ] } |