Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Apa itu Suitelook: NetSuite Record Viewer?
Suitelook: NetSuite Record Viewer adalah ekstensi Chrome yang dikembangkan oleh Roberto Cideos, dan fitur utamanya adalah "This extension allows you to visualize all the fields of a record (light and dark mode)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Suitelook: NetSuite Record Viewer
Unduh file ekstensi Suitelook: NetSuite Record Viewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Suitelook: NetSuite Record Viewer |
ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
URL Resmi | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
Deskripsi | This extension allows you to visualize all the fields of a record (light and dark mode) |
Ukuran File | 33.09 KB |
Jumlah Instalasi | 685 |
Versi Saat Ini | 1.0.10 |
Terakhir Diperbarui | 2023-01-11 |
Tanggal Publikasi | 2022-03-28 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Roberto Cideos |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |