NetSuite Portlet Refresh
An extension that refreshes the portlets on NetSuite dashboard.
什麼是NetSuite Portlet Refresh?
NetSuite Portlet Refresh是由Millgate Ltd開發的Chrome擴展程式,該擴展的主要功能是“An extension that refreshes the portlets on NetSuite dashboard.”。
擴展截圖
下載NetSuite Portlet Refresh擴展crx文件
下載NetSuite Portlet Refresh擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | NetSuite Portlet Refresh |
ID | mgiihcflcocgfeicdnbglopljdbmfnfd |
官方網址 | https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd |
簡介 | An extension that refreshes the portlets on NetSuite dashboard. |
檔案大小 | 34.76 KB |
安裝次數 | 626 |
目前版本 | 1.0 |
更新時間 | 2022-01-08 |
上架時間 | 2022-01-07 |
開發者 | Millgate Ltd |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } } |