Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

Wat is Check/Select all checkboxes on EBAY?

Check/Select all checkboxes on EBAY is een Chrome-extensie ontwikkeld door https://puvox.software, en de belangrijkste functie is "You can check all checkboxes on Ebay...".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Check/Select all checkboxes on EBAY

Download Check/Select all checkboxes on EBAY-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
Officiële URL https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
Beschrijving You can check all checkboxes on Ebay...
Bestandsgrootte 849 KB
Aantal Installaties 360
Huidige Versie 1.1.3
Laatst Bijgewerkt 2022-08-25
Publicatiedatum 2019-03-22
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://puvox.software
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://puvox.software/info/privacy-policy
Ondersteunde Talen 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": []
}