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 |
官方URL | 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 } } |