Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Hvad er Netsuite Bundles to Update?
Netsuite Bundles to Update er en Chrome-udvidelse udviklet af https://suitedb.com, og dens hovedfunktion er "Detect the error logs in your NetSuite Production Account and be notified on bundle updates.".
Udvidelsesskærmbilleder
Download Netsuite Bundles to Update-udvidelses-CRX-fil
Download Netsuite Bundles to Update-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
Officiel URL | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
Beskrivelse | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
Filstørrelse | 86.53 KB |
Antal Installationer | 154 |
Nuværende Version | 1.1 |
Senest Opdateret | 2019-08-01 |
Udgivelsesdato | 2019-08-01 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://suitedb.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://suitedb.com |
Understøttede Sprog | 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" ] } |