Netsuite Bundles to Update
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Co to jest Netsuite Bundles to Update?
Netsuite Bundles to Update to rozszerzenie Chrome opracowane przez https://suitedb.com, a jego główną funkcją jest „Detect the error logs in your NetSuite Production Account and be notified on bundle updates.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netsuite Bundles to Update
Pobierz pliki rozszerzeń Netsuite Bundles to Update w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Detect the error logs in your NetSuite Production Account and be notified on bundle updates.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gadlmaaioijphjjccgfeoaaldnkemgod |
Oficjalny URL | https://chrome.google.com/webstore/detail/netsuite-bundles-to-updat/gadlmaaioijphjjccgfeoaaldnkemgod |
Opis | Detect the error logs in your NetSuite Production Account and be notified on bundle updates. |
Rozmiar pliku | 86.53 KB |
Liczba instalacji | 154 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2019-08-01 |
Data Publikacji | 2019-08-01 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://suitedb.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://suitedb.com |
Obsługiwane Języki | 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" ] } |