NetSuite Fixed Sublist Headers

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

Apa itu NetSuite Fixed Sublist Headers?

NetSuite Fixed Sublist Headers adalah ekstensi Chrome yang dikembangkan oleh Kayla Kuhlman, dan fitur utamanya adalah "Fixes all sublist headers so that they are still visible while scrolling".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NetSuite Fixed Sublist Headers

Unduh file ekstensi NetSuite Fixed Sublist Headers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
URL Resmi https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
Deskripsi Fixes all sublist headers so that they are still visible while scrolling
Ukuran File 35.27 KB
Jumlah Instalasi 2,065
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-11-08
Tanggal Publikasi 2021-11-07
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Kayla Kuhlman
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}