NetSuite Portlet Refresh

An extension that refreshes the portlets on NetSuite dashboard.

O que é NetSuite Portlet Refresh?

NetSuite Portlet Refresh é uma extensão do Chrome desenvolvida por Millgate Ltd, e sua principal característica é "An extension that refreshes the portlets on NetSuite dashboard.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NetSuite Portlet Refresh

Baixe arquivos de extensão NetSuite Portlet Refresh no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome NetSuite Portlet Refresh NetSuite Portlet Refresh
ID mgiihcflcocgfeicdnbglopljdbmfnfd
URL Oficial https://chromewebstore.google.com/detail/netsuite-portlet-refresh/mgiihcflcocgfeicdnbglopljdbmfnfd
Descrição An extension that refreshes the portlets on NetSuite dashboard.
Tamanho do Arquivo 34.76 KB
Contagem de Instalações 626
Versão Atual 1.0
Última Atualização 2022-01-08
Data de Publicação 2022-01-07
Desenvolvedor Millgate Ltd
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
    }
}