Show Netsuite Field IDs
Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
Wat is Show Netsuite Field IDs?
Show Netsuite Field IDs is een Chrome-extensie ontwikkeld door WebPublishers, en de belangrijkste functie is "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.".
Extensie Screenshots
Download het CRX-bestand van de extensie Show Netsuite Field IDs
Download Show Netsuite Field IDs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Show Netsuite Field IDs |
ID | fkjjhdadjgollieijlgejfidglefkale |
Officiële URL | https://chromewebstore.google.com/detail/show-netsuite-field-ids/fkjjhdadjgollieijlgejfidglefkale |
Beschrijving | Hover over NetSuite fields to show their IDs. Find fields by their ID or Label. |
Bestandsgrootte | 102 KB |
Aantal Installaties | 631 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2022-08-11 |
Publicatiedatum | 2022-07-11 |
Ontwikkelaar | WebPublishers |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |