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