NetSuite Portlet Refresh
An extension that refreshes the portlets on NetSuite dashboard.
What is NetSuite Portlet Refresh?
NetSuite Portlet Refresh is a Chrome extension developed by Millgate Ltd, and its main feature is "An extension that refreshes the portlets on NetSuite dashboard.".
Extension Screenshots
Download NetSuite Portlet Refresh Extension CRX File
Download NetSuite Portlet Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | NetSuite Portlet Refresh |
ID | mgiihcflcocgfeicdnbglopljdbmfnfd |
Official URL | https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd |
Description | An extension that refreshes the portlets on NetSuite dashboard. |
File Size | 34.76 KB |
Installation Count | 626 |
Current Version | 1.0 |
Last Updated | 2022-01-08 |
Publish Date | 2022-01-07 |
Developer | Millgate Ltd |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } } |