NetSuite Fixed Sublist Headers

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

Co to jest NetSuite Fixed Sublist Headers?

NetSuite Fixed Sublist Headers to rozszerzenie Chrome opracowane przez Kayla Kuhlman, a jego główną funkcją jest „Fixes all sublist headers so that they are still visible while scrolling”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NetSuite Fixed Sublist Headers

Pobierz pliki rozszerzeń NetSuite Fixed Sublist Headers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
Oficjalny URL https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
Opis Fixes all sublist headers so that they are still visible while scrolling
Rozmiar pliku 35.27 KB
Liczba instalacji 2,065
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-08
Data Publikacji 2021-11-07
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Kayla Kuhlman
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}