NetSuite Fixed Sublist Headers

Fixes all sublist headers so that they are still visible while scrolling

Co je NetSuite Fixed Sublist Headers?

NetSuite Fixed Sublist Headers je rozšíření Chrome vyvinuté Kayla Kuhlman, a jeho hlavní funkcí je „Fixes all sublist headers so that they are still visible while scrolling“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NetSuite Fixed Sublist Headers

Stáhněte si soubory rozšíření NetSuite Fixed Sublist Headers 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í

                        Ever dream of sticky headers when encountering a long sublist in NetSuite?! This extension will fix the headers so that they are visible while scrolling!                    

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

Název NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
Oficiální URL https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
Popis Fixes all sublist headers so that they are still visible while scrolling
Velikost souboru 35.27 KB
Počet instalací 2,065
Aktuální Verze 1.0
Poslední Aktualizace 2021-11-08
Datum Vydání 2021-11-07
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Kayla Kuhlman
E-mail [email protected]
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Kayla Kuhlman",
    "manifest_version": 2,
    "name": "NetSuite Fixed Sublist Headers",
    "description": "Fixes all sublist headers so that they are still visible while scrolling",
    "version": "1.0",
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.min.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.app.netsuite.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.netsuite.com\/*"
    ]
}