NetSuite Record Data

Display Netsuite record data in a useful UI.

NetSuite Record Dataคืออะไร?

NetSuite Record Data เป็นส่วนขยายของ Chrome ที่พัฒนาโดย scgagliardi2 และคุณลักษณะหลักของมันคือ "Display Netsuite record data in a useful UI."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetSuite Record Data

ดาวน์โหลดไฟล์ส่วนขยาย 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
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": [
                ""
            ]
        }
    ]
}