Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

Co je Netsuite Portlet Refresher?

Netsuite Portlet Refresher je rozšíření Chrome vyvinuté https://www.jobinandjismi.com, a jeho hlavní funkcí je „This extension Refresh the Portlets every time You reach Netsuite Home“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Netsuite Portlet Refresher

Stáhněte si soubory rozšíření Netsuite Portlet Refresher ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !!!!!!!!!!!!!!!                    

Základní Informace o Rozšíření

Název Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
Oficiální URL https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
Popis This extension Refresh the Portlets every time You reach Netsuite Home
Velikost souboru 69.45 KB
Počet instalací 15,308
Aktuální Verze 2.2
Poslední Aktualizace 2019-11-01
Datum Vydání 2019-10-30
Hodnocení 4.33/5 Celkem 12 Hodnocení
Vývojář https://www.jobinandjismi.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}