Suitelook: NetSuite Record Viewer
This extension allows you to visualize all the fields of a record (light and dark mode)
Suitelook: NetSuite Record Viewerとは何ですか?
Suitelook: NetSuite Record ViewerはRoberto Cideosによって開発されたChromeの拡張機能で、その主な機能は「This extension allows you to visualize all the fields of a record (light and dark mode)」です。
拡張機能のスクリーンショット
Suitelook: NetSuite Record Viewer拡張機能のCRXファイルをダウンロード
Suitelook: NetSuite Record Viewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Suitelook: NetSuite Record Viewer |
ID | enelhcfnkabehgjjcfliejjnmlnnmnei |
公式URL | https://chromewebstore.google.com/detail/suitelook-netsuite-record/enelhcfnkabehgjjcfliejjnmlnnmnei |
説明 | This extension allows you to visualize all the fields of a record (light and dark mode) |
ファイルサイズ | 33.09 KB |
インストール数 | 685 |
現在のバージョン | 1.0.10 |
最終更新日 | 2023-01-11 |
公開日 | 2022-03-28 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Roberto Cideos |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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": [ " |