NetSuite Record Data

Display Netsuite record data in a useful UI.

NetSuite Record Data란 무엇입니까?

NetSuite Record Data은(는) scgagliardi2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display Netsuite record data in a useful UI."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NetSuite Record Data 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Use NetSuite API and page crawling to display useful record data to the user in a functional UI. 

Features:
- Quickly and easily see all body fields, sublists, and sublist fields found for the NetSuite record.
- Filter the displayed results
- Navigate to the field/sublist with one click                    

확장 프로그램 기본 정보

이름 NetSuite Record Data NetSuite Record Data
ID eddljeelohdaaaicpfjpkealhjopbocn
공식 URL https://chromewebstore.google.com/detail/netsuite-record-data/eddljeelohdaaaicpfjpkealhjopbocn
설명 Display Netsuite record data in a useful UI.
파일 크기 372 KB
설치 횟수 194
현재 버전 2.1
최근 업데이트 2023-07-07
출시 날짜 2023-04-24
평점 5.00/5 총 1 개의 평점
개발자 scgagliardi2
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://dev.azure.com/sgagliardi/_git/Anchor%20Group%20Developer%20Help
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NetSuite Record Data",
    "description": "Display Netsuite record data in a useful UI.",
    "version": "2.1",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "js\/netsuite_record_data_background.js",
        "type": "module"
    },
    "action": {
        "default_title": "NetSuite Record Data",
        "default_popup": "index.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        }
    },
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/netsuite_record_data_inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}