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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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
} | |