FreshPortlet — NetSuite Portlet Refresher

Refreshes your NetSuite portlets automatically at the interval of your choosing, without reloading the whole tab.

FreshPortlet — NetSuite Portlet Refresherとは何ですか?

FreshPortlet — NetSuite Portlet RefresherはCampbell Galonによって開発されたChromeの拡張機能で、その主な機能は「Refreshes your NetSuite portlets automatically at the interval of your choosing, without reloading the whole tab.」です。

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

screenshot

FreshPortlet — NetSuite Portlet Refresher拡張機能のCRXファイルをダウンロード

FreshPortlet — NetSuite Portlet Refresher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Robust client-side automation. Works for any role and any account type.

You can set a custom refresh interval between 2.5 minutes and 24 hours. In response to a request by Oracle NetSuite, refresh times more frequent than every 2.5 minutes are not possible due to the heavy server load this can cause.

You can also toggle the option to display an information header above the dashboard that states the current refresh status.

For any enhancement requests or questions, use the "Send feedback to developer" mailto link in the extension popup.

-----

DISCLAIMER: This extension is in no way affiliated with Oracle NetSuite. Neither Oracle NetSuite nor the developer bears any liability whatsoever in case of any problems or errors ensuing from this extension or its use. By installing this extension, you agree to this disclaimer.

PRIVACY POLICY: This extension does not capture or store any of your data. The only exception is the time interval you provide.                    

拡張機能の基本情報

名前 FreshPortlet — NetSuite Portlet Refresher FreshPortlet — NetSuite Portlet Refresher
ID djphbeeppdbbljolikpmhcjbodaakanh
公式URL https://chromewebstore.google.com/detail/freshportlet-%E2%80%94-netsuite-p/djphbeeppdbbljolikpmhcjbodaakanh
説明 Refreshes your NetSuite portlets automatically at the interval of your choosing, without reloading the whole tab.
ファイルサイズ 110 KB
インストール数 514
現在のバージョン 1.6.1
最終更新日 2023-04-25
公開日 2020-09-02
評価 5.00/5 合計 3 レビュー
開発者 Campbell Galon
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FreshPortlet \u2014 NetSuite Portlet Refresher",
    "description": "Refreshes your NetSuite portlets automatically at the interval of your choosing, without reloading the whole tab.",
    "version": "1.6.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netsuite.com\/app\/center\/card.nl*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "*:\/\/*.netsuite.com\/app\/center\/*"
    ],
    "browser_action": {
        "default_title": "FreshPortlet for NetSuite",
        "default_icon": "FreshPortlet.png",
        "default_popup": "NetsuiteRefresher.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery-3.2.1.min.js"
        ]
    },
    "icons": {
        "128": "FreshPortlet.png"
    }
}