NetSuite Field Explorer

Examine the fields in a Netsuite record

NetSuite Field Explorerとは何ですか?

NetSuite Field ExplorerはMichoel Chaikinによって開発されたChromeの拡張機能で、その主な機能は「Examine the fields in a Netsuite record」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

NetSuite Field Explorer拡張機能のCRXファイルをダウンロード

NetSuite Field Explorer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}