NetSuite: Show Field IDs
Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
NetSuite: Show Field IDsとは何ですか?
NetSuite: Show Field IDsはDavid Smithによって開発されたChromeの拡張機能で、その主な機能は「Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.」です。
拡張機能のスクリーンショット
NetSuite: Show Field IDs拡張機能のCRXファイルをダウンロード
NetSuite: Show Field IDs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Great for developers and anyone else that uses NetSuite and frequently needs to know the field IDs on a record. Hover over the field link to view the ID. Click the link has no change to the NetSuite help popup. Shift+Click the link to copy the ID to the clipboard! Can't find that field? Ctrl+Shift+F and enter your ID! Ctrl+Shift+L to find by Label. We'll find it for you if it's on the page.
拡張機能の基本情報
名前 | NetSuite: Show Field IDs |
ID | pnhdmfiakolonplgblabffnpfhfplmbh |
公式URL | https://chromewebstore.google.com/detail/netsuite-show-field-ids/pnhdmfiakolonplgblabffnpfhfplmbh |
説明 | Hover over NetSuite fields to show their IDs. Find fields by their ID or Label. |
ファイルサイズ | 46.16 KB |
インストール数 | 11,792 |
現在のバージョン | 1.50 |
最終更新日 | 2022-06-30 |
公開日 | 2017-06-22 |
評価 | 4.85/5 合計 27 レビュー |
開発者 | David Smith |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NetSuite: Show Field IDs", "version": "1.50", "description": "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.", "icons": { "128": "ns-show-field-ids-icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.netsuite.com\/app\/*" ], "all_frames": false, "run_at": "document_end", "js": [ "jquery-1.11.2.min.js", "nsfieldids.js" ] } ], "permissions": [], "browser_action": { "default_popup": "popup.html" }, "manifest_version": 2 } |