NetSuite Portlet Refresh
An extension that refreshes the portlets on NetSuite dashboard.
Co to jest NetSuite Portlet Refresh?
NetSuite Portlet Refresh to rozszerzenie Chrome opracowane przez Millgate Ltd, a jego główną funkcją jest „An extension that refreshes the portlets on NetSuite dashboard.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NetSuite Portlet Refresh
Pobierz pliki rozszerzeń NetSuite Portlet Refresh 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
The extension automatically refreshes the portlets on NetSuite dashboard. The default setting is 10 minutes. This can be changed in the settings to a minimum of 1 minute
Podstawowe informacje o rozszerzeniu
Nazwa | NetSuite Portlet Refresh |
ID | mgiihcflcocgfeicdnbglopljdbmfnfd |
Oficjalny URL | https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd |
Opis | An extension that refreshes the portlets on NetSuite dashboard. |
Rozmiar pliku | 34.76 KB |
Liczba instalacji | 626 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-01-08 |
Data Publikacji | 2022-01-07 |
Deweloper | Millgate Ltd |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NetSuite Portlet Refresh", "description": "An extension that refreshes the portlets on NetSuite dashboard.", "version": "1.0", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "jquery-3.6.0.min.js", "background.js" ], "matches": [ "*:\/\/*.app.netsuite.com\/app\/center\/card.nl*" ] } ], "options_ui": { "page": "options.html", "open_tab": false } } |