NetSuite Field Finder
Allows user to quickly find fields in Saved Search and Workflows. Also provides additional details about fields in dropdown.
Co je NetSuite Field Finder?
NetSuite Field Finder je rozšíření Chrome vyvinuté Eric Lackey, a jeho hlavní funkcí je „Allows user to quickly find fields in Saved Search and Workflows. Also provides additional details about fields in dropdown.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NetSuite Field Finder
Stáhněte si soubory rozšíření NetSuite Field Finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
If you're tired of scrolling through 500+ fields in NetSuite to build a Saved Search or Workflow, NetSuite Field Finder will make your job easier. NetSuite Field Finder allows you to find the fields you need quickly by filtering by field type or by searching with a Name or field ID. It also improves the field listing by displaying the field's internal ID and type. Features include: - Search by Field Name or Field ID - Narrow results by Standard, Custom or Related Fields - View Field ID, Field Type and Data Type - Add multiple fields to search results without leaving dropdown - Expand and add related table fields without leaving dropdown View the latest release updates of NetSuite Field Finder at https://github.com/ericlackey/netsuite-field-finder.
Základní Informace o Rozšíření
Název | NetSuite Field Finder |
ID | npehdolgmmdncpmkoploaeljhkngjbne |
Oficiální URL | https://chromewebstore.google.com/detail/netsuite-field-finder/npehdolgmmdncpmkoploaeljhkngjbne |
Popis | Allows user to quickly find fields in Saved Search and Workflows. Also provides additional details about fields in dropdown. |
Velikost souboru | 94.78 KB |
Počet instalací | 6,589 |
Aktuální Verze | 0.28 |
Poslední Aktualizace | 2024-01-31 |
Datum Vydání | 2022-10-20 |
Hodnocení | 4.79/5 Celkem 19 Hodnocení |
Vývojář | Eric Lackey |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ericlackey/netsuite-field-finder/ |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NetSuite Field Finder", "version": "0.28", "description": "Allows user to quickly find fields in Saved Search and Workflows. Also provides additional details about fields in dropdown.", "content_scripts": [ { "css": [ "css\/fieldfinder.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/*.app.netsuite.com\/app\/common\/search\/*", "https:\/\/*.app.netsuite.com\/app\/common\/workflow\/setup\/*", "https:\/\/*.app.netsuite.com\/app\/common\/custom\/bodycustfield.nl*" ], "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "fieldfinder.js" ], "matches": [ " |