Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Vad är Netsuite Bundles to Update?
Netsuite Bundles to Update är en Chrome-tillägg utvecklad av https://suitedb.com, och dess huvudfunktion är "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".
Tilläggsskärmbilder
Ladda ner Netsuite Bundles to Update-förlängningens CRX-fil
Ladda ner Netsuite Bundles to Update-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Grundläggande Information om Tillägg
Namn | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
Officiell webbadress | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
Beskrivning | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
Filstorlek | 86.53 KB |
Antal Installationer | 154 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2019-08-01 |
Publiceringsdatum | 2019-08-01 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://suitedb.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://suitedb.com |
Stödda Språk | 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" ] } |