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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |