NetSuite Fixed Sublist Headers

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

ما هو NetSuite Fixed Sublist Headers؟

NetSuite Fixed Sublist Headers هو إضافة Chrome تم تطويرها بواسطة Kayla Kuhlman، والميزة الرئيسية لها هي "Fixes all sublist headers so that they are still visible while scrolling".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NetSuite Fixed Sublist Headers

قم بتنزيل ملفات الامتداد NetSuite Fixed Sublist Headers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
عنوان URL الرسمي https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
الوصف Fixes all sublist headers so that they are still visible while scrolling
حجم الملف 35.27 KB
عدد التثبيتات 2,065
النسخة الحالية 1.0
آخر تحديث 2021-11-08
تاريخ النشر 2021-11-07
تقييم 5.00/5 مجموع تقييمات 5
المطور Kayla Kuhlman
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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\/*"
    ]
}