NetSuite Field Explorer

Examine the fields in a Netsuite record

O que é NetSuite Field Explorer?

NetSuite Field Explorer é uma extensão do Chrome desenvolvida por Michoel Chaikin, e sua principal característica é "Examine the fields in a Netsuite record".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão NetSuite Field Explorer

Baixe arquivos de extensão NetSuite Field Explorer 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

                        NetSuite Field Explorer is a Chrome extension to help NetSuite developers and administrators examine the data model behind NetSuite records. It provides an easily accessible and visually attractive  interface to display the currently viewed record with field names and a convenient search box.

Features:

- One click access to see the field names for NetSuite record fields
- Colorful tree viewer
- Quick filtering / search
- Shows fields that don't come up using the "&xml=T" URL trick                    

Informações Básicas da Extensão

Nome NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
URL Oficial https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
Descrição Examine the fields in a Netsuite record
Tamanho do Arquivo 64.13 KB
Contagem de Instalações 32,655
Versão Atual 0.0.11
Última Atualização 2022-03-14
Data de Publicação 2019-03-08
Classificação 5.00/5 Total de 29 Avaliações
Desenvolvedor Michoel Chaikin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/michoelchaikin/netsuite-field-explorer
URL da Página de Ajuda https://github.com/michoelchaikin/netsuite-field-explorer/issues
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetSuite Field Explorer",
    "description": "Examine the fields in a Netsuite record",
    "author": "Michoel Chaikin ",
    "homepage_url": "https:\/\/github.com\/michoelchaikin\/netsuite-field-explorer",
    "version": "0.0.11",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "NetSuite Field Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        }
    },
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}