Show Netsuite Field IDs

Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.

¿Qué es Show Netsuite Field IDs?

Show Netsuite Field IDs es una extensión de Chrome desarrollada por WebPublishers, y su función principal es "Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Show Netsuite Field IDs

Descarga archivos de extensión Show Netsuite Field IDs en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Show Netsuite Field IDs Show Netsuite Field IDs
ID fkjjhdadjgollieijlgejfidglefkale
URL Oficial https://chromewebstore.google.com/detail/show-netsuite-field-ids/fkjjhdadjgollieijlgejfidglefkale
Descripción Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
Tamaño del Archivo 102 KB
Cantidad de Instalaciones 631
Versión Actual 0.0.2
Última Actualización 2022-08-11
Fecha de Publicación 2022-07-11
Desarrollador WebPublishers
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}