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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WebPublishers และคุณลักษณะหลักของมันคือ "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show Netsuite Field IDs
ดาวน์โหลดไฟล์ส่วนขยาย 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" } |