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
官方網址 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
電子郵箱 [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"
        ]
    }
}