NetSuite Field Explorer

Examine the fields in a Netsuite record

NetSuite Field Explorer là gì?

NetSuite Field Explorer là một tiện ích mở rộng Chrome được phát triển bởi Michoel Chaikin, và tính năng chính của nó là "Examine the fields in a Netsuite record".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetSuite Field Explorer

Tải xuống các tệp mở rộng NetSuite Field Explorer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetSuite Field Explorer NetSuite Field Explorer
ID cekalaapeajnlhphgdpmngmollojdfnd
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-field-explorer/cekalaapeajnlhphgdpmngmollojdfnd
Mô tả Examine the fields in a Netsuite record
Kích Thước Tệp 64.13 KB
Số Lần Cài Đặt 32,655
Phiên Bản Hiện Tại 0.0.11
Cập Nhật Lần Cuối 2022-03-14
Ngày Phát Hành 2019-03-08
Đánh Giá 5.00/5 Tổng số 29 Đánh Giá
Nhà Phát Triển Michoel Chaikin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/michoelchaikin/netsuite-field-explorer
URL Trang Trợ Giúp https://github.com/michoelchaikin/netsuite-field-explorer/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}