Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

Apa itu Check/Select all checkboxes on EBAY?

Check/Select all checkboxes on EBAY adalah ekstensi Chrome yang dikembangkan oleh https://puvox.software, dan fitur utamanya adalah "You can check all checkboxes on Ebay...".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Check/Select all checkboxes on EBAY

Unduh file ekstensi Check/Select all checkboxes on EBAY 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

                        This extension adds "Select All" button to check all checkboxes in Ebay search filters window (because there doesn't exist).                    

Informasi Dasar Ekstensi

Nama Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
URL Resmi https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
Deskripsi You can check all checkboxes on Ebay...
Ukuran File 849 KB
Jumlah Instalasi 360
Versi Saat Ini 1.1.3
Terakhir Diperbarui 2022-08-25
Tanggal Publikasi 2019-03-22
Penilaian 3.00/5 Total 2 Penilaian
Pengembang https://puvox.software
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://puvox.software/info/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Check\/Select all checkboxes on EBAY",
    "version": "1.1.3",
    "manifest_version": 3,
    "description": "You can check all checkboxes on Ebay...",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyle.css"
            ],
            "js": [
                "myscript.js",
                "jquery.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "icon-48.png"
    },
    "permissions": [],
    "optional_permissions": [],
    "host_permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.be\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.nl\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebaysweden.com\/*",
        "*:\/\/*.ebay.ch\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.com.au\/*",
        "*:\/\/*.ebay.com.cn\/*",
        "*:\/\/*.ebay.com.hk\/*",
        "*:\/\/*.ebay.in\/*",
        "*:\/\/*.ebay.com.my\/*",
        "*:\/\/*.ebay.com.ph\/*",
        "*:\/\/*.ebay.ph\/*",
        "*:\/\/*.ebay.com.sg\/*",
        "*:\/\/*.tw.ebay.com\/*"
    ],
    "optional_host_permissions": []
}