NetSuite Field Explorer

Examine the fields in a Netsuite record

NetSuite Field Explorer क्या है?

NetSuite Field Explorer Michoel Chaikin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Examine the fields in a Netsuite record"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NetSuite Field Explorer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
आधिकारिक URL https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
विवरण Examine the fields in a Netsuite record
फ़ाइल का आकार 64.13 KB
स्थापना संख्या 32,655
वर्तमान संस्करण 0.0.11
अंतिम अपडेट 2022-03-14
प्रकाशन तिथि 2019-03-08
रेटिंग 5.00/5 कुल 29 रेटिंग्स
डेवलपर Michoel Chaikin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/michoelchaikin/netsuite-field-explorer
सहायता पृष्ठ URL https://github.com/michoelchaikin/netsuite-field-explorer/issues
समर्थित भाषाएँ 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"
    ]
}