NetSuite Fixed Sublist Headers

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

Qu'est-ce que NetSuite Fixed Sublist Headers ?

NetSuite Fixed Sublist Headers est une extension Chrome développée par Kayla Kuhlman, et sa fonction principale est "Fixes all sublist headers so that they are still visible while scrolling".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NetSuite Fixed Sublist Headers

Téléchargez les fichiers d'extension NetSuite Fixed Sublist Headers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
URL Officiel https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
Description Fixes all sublist headers so that they are still visible while scrolling
Taille du Fichier 35.27 KB
Nombre d'Installations 2,065
Version Actuelle 1.0
Dernière Mise à Jour 2021-11-08
Date de Publication 2021-11-07
Évaluation 5.00/5 Total 5 Évaluations
Développeur Kayla Kuhlman
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}