Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

Netsuite Portlet Refresherとは何ですか?

Netsuite Portlet Refresherはhttps://www.jobinandjismi.comによって開発されたChromeの拡張機能で、その主な機能は「This extension Refresh the Portlets every time You reach Netsuite Home」です。

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

screenshot

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

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

拡張機能の使用方法

                        Refreshes the portlets in your Netsuite Dashboard Automatically every time you login or access your netsuite Home Page.

Next Time you loads your Netsuite Home, Portlets Refresh Automatically!!!

Jobin & Jismi focus exclusively on delivering end-to-end NetSuite development solutions to enterprises. Our bunch of adroit NetSuite professionals  with their profound knowledge in diverse NetSuite tools and technologies take your cloud ERP a step further by providing brilliant NetSuite solutions. We provide NetSuite customization, implementation, and administration service. [email protected]

Now We support ALL the Domains !!!!!!!!!!!!!!!                    

拡張機能の基本情報

名前 Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
公式URL https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
説明 This extension Refresh the Portlets every time You reach Netsuite Home
ファイルサイズ 69.45 KB
インストール数 15,308
現在のバージョン 2.2
最終更新日 2019-11-01
公開日 2019-10-30
評価 4.33/5 合計 12 レビュー
開発者 https://www.jobinandjismi.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netsuite Portlet Refresher",
    "description": "This extension Refresh the Portlets every time You reach Netsuite Home",
    "version": "2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "browser_action": {
        "default_icon": "FAVICON_24.png",
        "default_popup": "NetsuiteRefresher.html"
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js"
        ]
    }
}