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
电子邮箱 [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"
    ]
}