Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Was ist Suitelook: NetSuite Record Viewer?
Suitelook: NetSuite Record Viewer ist eine Chrome-Erweiterung, die von Roberto Cideos entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to visualize all the fields of a record (light and dark mode)".
Erweiterungsscreenshots
Suitelook: NetSuite Record Viewer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Suitelook: NetSuite Record Viewer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
| Offizielle URL | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
| Beschreibung | This extension allows you to visualize all the fields of a record (light and dark mode) |
| Dateigröße | 33.09 KB |
| Installationsanzahl | 685 |
| Aktuelle Version | 1.0.10 |
| Letztes Update | 2023-01-11 |
| Veröffentlichungsdatum | 2022-03-28 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | Roberto Cideos |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
" | |