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文件

下載NetSuite Record Data擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                ""
            ]
        }
    ]
}