Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

Cos'è Netsuite Portlet Refresher?

Netsuite Portlet Refresher è un'estensione di Chrome sviluppata da https://www.jobinandjismi.com, e la sua funzione principale è "This extension Refresh the Portlets every time You reach Netsuite Home".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netsuite Portlet Refresher

Scarica i file di estensione Netsuite Portlet Refresher 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

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

Informazioni di Base sull'Estensione

Nome Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
URL Ufficiale https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
Descrizione This extension Refresh the Portlets every time You reach Netsuite Home
Dimensione del File 69.45 KB
Conteggio Installazioni 15,308
Versione Corrente 2.2
Ultimo Aggiornamento 2019-11-01
Data di Pubblicazione 2019-10-30
Valutazione 4.33/5 Totale 12 Valutazioni
Sviluppatore https://www.jobinandjismi.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}