NetSuite Record Data
Display Netsuite record data in a useful UI.
NetSuite Record Dataとは何ですか?
NetSuite Record Dataはscgagliardi2によって開発されたChromeの拡張機能で、その主な機能は「Display Netsuite record data in a useful UI.」です。
拡張機能のスクリーンショット
NetSuite Record Data拡張機能のCRXファイルをダウンロード
NetSuite Record Data拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use NetSuite API and page crawling to display useful record data to the user in a functional UI. Features: - Quickly and easily see all body fields, sublists, and sublist fields found for the NetSuite record. - Filter the displayed results - Navigate to the field/sublist with one click
拡張機能の基本情報
名前 | NetSuite Record Data |
ID | eddljeelohdaaaicpfjpkealhjopbocn |
公式URL | https://chromewebstore.google.com/detail/netsuite-record-data/eddljeelohdaaaicpfjpkealhjopbocn |
説明 | Display Netsuite record data in a useful UI. |
ファイルサイズ | 372 KB |
インストール数 | 194 |
現在のバージョン | 2.1 |
最終更新日 | 2023-07-07 |
公開日 | 2023-04-24 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | scgagliardi2 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dev.azure.com/sgagliardi/_git/Anchor%20Group%20Developer%20Help |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NetSuite Record Data", "description": "Display Netsuite record data in a useful UI.", "version": "2.1", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "service_worker": "js\/netsuite_record_data_background.js", "type": "module" }, "action": { "default_title": "NetSuite Record Data", "default_popup": "index.html", "default_icon": { "16": "img\/icon16.png", "24": "img\/icon24.png", "32": "img\/icon32.png" } }, "permissions": [ "declarativeContent", "scripting", "activeTab" ], "web_accessible_resources": [ { "resources": [ "js\/netsuite_record_data_inject.js" ], "matches": [ " |