Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Suitelook: NetSuite Record Viewerคืออะไร?
Suitelook: NetSuite Record Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roberto Cideos และคุณลักษณะหลักของมันคือ "This extension allows you to visualize all the fields of a record (light and dark mode)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Suitelook: NetSuite Record Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Suitelook: NetSuite Record Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension allows you to visualize all the fields of a netsuite record (choose between light and dark mode) while you are logged in and also see the content of either body and line fields values. It gives you a smooth look in a JSON view and allows you to navigate easily to search your data, you can also switch to a XML raw view. Also, you can filter the JSON either by key and/or value.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Suitelook: NetSuite Record Viewer |
ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
คำอธิบาย | This extension allows you to visualize all the fields of a record (light and dark mode) |
ขนาดไฟล์ | 33.09 KB |
จำนวนการติดตั้ง | 685 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2023-01-11 |
วันที่เผยแพร่ | 2022-03-28 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Roberto Cideos |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Suitelook: NetSuite Record Viewer", "description": "This extension allows you to visualize all the fields of a record (light and dark mode)", "manifest_version": 3, "version": "1.0.10", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "declarativeContent", "commands" ], "action": { "default_popup": "suitelook.html" }, "externally_connectable": { "matches": [ "https:\/\/*.app.netsuite.com\/*" ] }, "web_accessible_resources": [ { "resources": [ "js\/netscript.js" ], "matches": [ " |