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" } |