NetSuite Fixed Sublist Headers

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

NetSuite Fixed Sublist Headers là gì?

NetSuite Fixed Sublist Headers là một tiện ích mở rộng Chrome được phát triển bởi Kayla Kuhlman, và tính năng chính của nó là "Fixes all sublist headers so that they are still visible while scrolling".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng NetSuite Fixed Sublist Headers

Tải xuống các tệp mở rộng NetSuite Fixed Sublist Headers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetSuite Fixed Sublist Headers NetSuite Fixed Sublist Headers
ID jkccganjjljmcfncmalmoiamfnefejpg
URL Chính Thức https://chromewebstore.google.com/detail/netsuite-fixed-sublist-he/jkccganjjljmcfncmalmoiamfnefejpg
Mô tả Fixes all sublist headers so that they are still visible while scrolling
Kích Thước Tệp 35.27 KB
Số Lần Cài Đặt 2,065
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-11-08
Ngày Phát Hành 2021-11-07
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Kayla Kuhlman
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}