Show Netsuite Field IDs
Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
什么是Show Netsuite Field IDs?
Show Netsuite Field IDs是由WebPublishers开发的Chrome扩展程序,该扩展的主要功能是“Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.”。
扩展截图
下载Show Netsuite Field IDs扩展crx文件
下载Show Netsuite Field IDs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin is designed for anyone that uses NetSuite and needs to either view NetSuite Id's or to find a field on the page with a NetSuite Id. When hovering over NetSuite fields you will see a popup that displays the fields id. Hold in the Shift key and click on the field name to copy the fields Id to the clipboard! If you are looking for a specific field then press Ctrl+Shift+F to find the field.
扩展基本信息
名称 | Show Netsuite Field IDs |
ID | fkjjhdadjgollieijlgejfidglefkale |
官方URL | https://chromewebstore.google.com/detail/show-netsuite-field-ids/fkjjhdadjgollieijlgejfidglefkale |
简介 | Hover over NetSuite fields to show their IDs. Find fields by their ID or Label. |
文件大小 | 102 KB |
安装次数 | 631 |
当前版本 | 0.0.2 |
更新时间 | 2022-08-11 |
上架时间 | 2022-07-11 |
开发者 | WebPublishers |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "js": [ "jquery-1.11.2.min.js", "fieldsearch.js" ], "matches": [ "https:\/\/*.netsuite.com\/app\/*" ], "run_at": "document_end" } ], "description": "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.", "icons": { "128": "fieldSearchIcon.png" }, "manifest_version": 3, "name": "Show Netsuite Field IDs", "permissions": [], "version": "0.0.2" } |