NetSuite Portlet Refresh

An extension that refreshes the portlets on NetSuite dashboard.

Co je NetSuite Portlet Refresh?

NetSuite Portlet Refresh je rozšíření Chrome vyvinuté Millgate Ltd, a jeho hlavní funkcí je „An extension that refreshes the portlets on NetSuite dashboard.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NetSuite Portlet Refresh

Stáhněte si soubory rozšíření NetSuite Portlet Refresh 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í

                        The extension automatically refreshes the portlets on NetSuite dashboard. The default setting is  10 minutes. This can be changed in the settings to a minimum of 1 minute                    

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

Název NetSuite Portlet Refresh NetSuite Portlet Refresh
ID mgiihcflcocgfeicdnbglopljdbmfnfd
Oficiální URL https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd
Popis An extension that refreshes the portlets on NetSuite dashboard.
Velikost souboru 34.76 KB
Počet instalací 626
Aktuální Verze 1.0
Poslední Aktualizace 2022-01-08
Datum Vydání 2022-01-07
Vývojář Millgate Ltd
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NetSuite Portlet Refresh",
    "description": "An extension that refreshes the portlets on NetSuite dashboard.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.6.0.min.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/*.app.netsuite.com\/app\/center\/card.nl*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_tab": false
    }
}