NetSuite Portlet Refresh

An extension that refreshes the portlets on NetSuite dashboard.

Cos'è NetSuite Portlet Refresh?

NetSuite Portlet Refresh è un'estensione di Chrome sviluppata da Millgate Ltd, e la sua funzione principale è "An extension that refreshes the portlets on NetSuite dashboard.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NetSuite Portlet Refresh

Scarica i file di estensione NetSuite Portlet Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NetSuite Portlet Refresh NetSuite Portlet Refresh
ID mgiihcflcocgfeicdnbglopljdbmfnfd
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd
Descrizione An extension that refreshes the portlets on NetSuite dashboard.
Dimensione del File 34.76 KB
Conteggio Installazioni 626
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-08
Data di Pubblicazione 2022-01-07
Sviluppatore Millgate Ltd
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}