Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Cos'è Suitelook: NetSuite Record Viewer?
Suitelook: NetSuite Record Viewer è un'estensione di Chrome sviluppata da Roberto Cideos, e la sua funzione principale è "This extension allows you to visualize all the fields of a record (light and dark mode)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Suitelook: NetSuite Record Viewer
Scarica i file di estensione Suitelook: NetSuite Record Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
| URL Ufficiale | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
| Descrizione | This extension allows you to visualize all the fields of a record (light and dark mode) |
| Dimensione del File | 33.09 KB |
| Conteggio Installazioni | 685 |
| Versione Corrente | 1.0.10 |
| Ultimo Aggiornamento | 2023-01-11 |
| Data di Pubblicazione | 2022-03-28 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | Roberto Cideos |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": [
" | |