Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Suitelook: NetSuite Record Viewer là gì?
Suitelook: NetSuite Record Viewer là một tiện ích mở rộng Chrome được phát triển bởi Roberto Cideos, và tính năng chính của nó là "This extension allows you to visualize all the fields of a record (light and dark mode)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Suitelook: NetSuite Record Viewer
Tải xuống các tệp mở rộng Suitelook: NetSuite Record Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Suitelook: NetSuite Record Viewer |
ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
URL Chính Thức | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
Mô tả | This extension allows you to visualize all the fields of a record (light and dark mode) |
Kích Thước Tệp | 33.09 KB |
Số Lần Cài Đặt | 685 |
Phiên Bản Hiện Tại | 1.0.10 |
Cập Nhật Lần Cuối | 2023-01-11 |
Ngày Phát Hành | 2022-03-28 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Roberto Cideos |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |