Netsuite Sphynx

Help you use NetSuite in the efficient way.

O que é Netsuite Sphynx?

Netsuite Sphynx é uma extensão do Chrome desenvolvida por Alex Chang, e sua principal característica é "Help you use NetSuite in the efficient way.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Netsuite Sphynx

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

                        When using NetSuite Saved Search, sometimes the criteria name is not really straightforward. And the functionality of criteria UI is unfriendly. This extension provide an input field for quickly find your criteria name. Once you put keyword, the corresponding results display in below. When you get the exact criteria name, go to add the criteria in normal way. It can save your time for creating saved search.                    

Informações Básicas da Extensão

Nome Netsuite Sphynx Netsuite Sphynx
ID kcfkbcmiipjpnficonpnlkblepcdchia
URL Oficial https://chromewebstore.google.com/detail/netsuite-sphynx/kcfkbcmiipjpnficonpnlkblepcdchia
Descrição Help you use NetSuite in the efficient way.
Tamanho do Arquivo 585 KB
Contagem de Instalações 135
Versão Atual 0.3.1
Última Atualização 2022-03-25
Data de Publicação 2021-09-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alex Chang
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netsuite Sphynx",
    "description": "Help you use NetSuite in the efficient way.",
    "version": "0.3.1",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.netsuite.com\/*"
    ],
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "options_page": "hello.html"
}