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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}