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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}