Netsuite Portlet Refresher

This extension Refresh the Portlets every time You reach Netsuite Home

O que é Netsuite Portlet Refresher?

Netsuite Portlet Refresher é uma extensão do Chrome desenvolvida por https://www.jobinandjismi.com, e sua principal característica é "This extension Refresh the Portlets every time You reach Netsuite Home".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Netsuite Portlet Refresher

Baixe arquivos de extensão Netsuite Portlet Refresher 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

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

Informações Básicas da Extensão

Nome Netsuite Portlet Refresher Netsuite Portlet Refresher
ID odpaehonnmgmjkneccjjhgaoannpnghg
URL Oficial https://chromewebstore.google.com/detail/netsuite-portlet-refreshe/odpaehonnmgmjkneccjjhgaoannpnghg
Descrição This extension Refresh the Portlets every time You reach Netsuite Home
Tamanho do Arquivo 69.45 KB
Contagem de Instalações 15,308
Versão Atual 2.2
Última Atualização 2019-11-01
Data de Publicação 2019-10-30
Classificação 4.33/5 Total de 12 Avaliações
Desenvolvedor https://www.jobinandjismi.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        ]
    }
}