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
电子邮箱 [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"
        ]
    }
}