Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

Qu'est-ce que Check/Select all checkboxes on EBAY ?

Check/Select all checkboxes on EBAY est une extension Chrome développée par https://puvox.software, et sa fonction principale est "You can check all checkboxes on Ebay...".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Check/Select all checkboxes on EBAY

Téléchargez les fichiers d'extension Check/Select all checkboxes on EBAY au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
URL Officiel https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
Description You can check all checkboxes on Ebay...
Taille du Fichier 849 KB
Nombre d'Installations 360
Version Actuelle 1.1.3
Dernière Mise à Jour 2022-08-25
Date de Publication 2019-03-22
Évaluation 3.00/5 Total 2 Évaluations
Développeur https://puvox.software
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://puvox.software/info/privacy-policy
Langues Prises en Charge 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": []
}