Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Co je Suitelook: NetSuite Record Viewer?
Suitelook: NetSuite Record Viewer je rozšíření Chrome vyvinuté Roberto Cideos, a jeho hlavní funkcí je „This extension allows you to visualize all the fields of a record (light and dark mode)“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Suitelook: NetSuite Record Viewer
Stáhněte si soubory rozšíření Suitelook: NetSuite Record Viewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Suitelook: NetSuite Record Viewer |
ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
Oficiální URL | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
Popis | This extension allows you to visualize all the fields of a record (light and dark mode) |
Velikost souboru | 33.09 KB |
Počet instalací | 685 |
Aktuální Verze | 1.0.10 |
Poslední Aktualizace | 2023-01-11 |
Datum Vydání | 2022-03-28 |
Hodnocení | 5.00/5 Celkem 4 Hodnocení |
Vývojář | Roberto Cideos |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |