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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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
    }
}