NetSuite Field Explorer

Examine the fields in a Netsuite record

Hvad er NetSuite Field Explorer?

NetSuite Field Explorer er en Chrome-udvidelse udviklet af Michoel Chaikin, og dens hovedfunktion er "Examine the fields in a Netsuite record".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download NetSuite Field Explorer-udvidelses-CRX-fil

Download NetSuite Field Explorer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
Officiel URL https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
Beskrivelse Examine the fields in a Netsuite record
Filstørrelse 64.13 KB
Antal Installationer 32,655
Nuværende Version 0.0.11
Senest Opdateret 2022-03-14
Udgivelsesdato 2019-03-08
Bedømmelse 5.00/5 Samlet 29 Bedømmelser
Udvikler Michoel Chaikin
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/michoelchaikin/netsuite-field-explorer
Hjælpeside-URL https://github.com/michoelchaikin/netsuite-field-explorer/issues
Understøttede Sprog 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"
    ]
}