NetSuite Field Explorer

Examine the fields in a Netsuite record

Qu'est-ce que NetSuite Field Explorer ?

NetSuite Field Explorer est une extension Chrome développée par Michoel Chaikin, et sa fonction principale est "Examine the fields in a Netsuite record".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NetSuite Field Explorer

Téléchargez les fichiers d'extension NetSuite Field Explorer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
URL Officiel https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
Description Examine the fields in a Netsuite record
Taille du Fichier 64.13 KB
Nombre d'Installations 32,655
Version Actuelle 0.0.11
Dernière Mise à Jour 2022-03-14
Date de Publication 2019-03-08
Évaluation 5.00/5 Total 29 Évaluations
Développeur Michoel Chaikin
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/michoelchaikin/netsuite-field-explorer
URL de la Page d'Aide https://github.com/michoelchaikin/netsuite-field-explorer/issues
Langues Prises en Charge 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"
    ]
}