Show Netsuite Field IDs

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

Co je Show Netsuite Field IDs?

Show Netsuite Field IDs je rozšíření Chrome vyvinuté WebPublishers, a jeho hlavní funkcí je „Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Show Netsuite Field IDs

Stáhněte si soubory rozšíření Show Netsuite Field IDs 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í

                        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.                    

Základní Informace o Rozšíření

Název Show Netsuite Field IDs Show Netsuite Field IDs
ID fkjjhdadjgollieijlgejfidglefkale
Oficiální URL https://chromewebstore.google.com/detail/show-netsuite-field-ids/fkjjhdadjgollieijlgejfidglefkale
Popis Hover over NetSuite fields to show their IDs. Find fields by their ID or Label.
Velikost souboru 102 KB
Počet instalací 631
Aktuální Verze 0.0.2
Poslední Aktualizace 2022-08-11
Datum Vydání 2022-07-11
Vývojář WebPublishers
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}