Check/Select all checkboxes on EBAY

You can check all checkboxes on Ebay...

Cos'è Check/Select all checkboxes on EBAY?

Check/Select all checkboxes on EBAY è un'estensione di Chrome sviluppata da https://puvox.software, e la sua funzione principale è "You can check all checkboxes on Ebay...".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Check/Select all checkboxes on EBAY

Scarica i file di estensione Check/Select all checkboxes on EBAY in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Check/Select all checkboxes on EBAY Check/Select all checkboxes on EBAY
ID idnajfohjnlgnbknffokblnbllchgaee
URL Ufficiale https://chromewebstore.google.com/detail/checkselect-all-checkboxe/idnajfohjnlgnbknffokblnbllchgaee
Descrizione You can check all checkboxes on Ebay...
Dimensione del File 849 KB
Conteggio Installazioni 360
Versione Corrente 1.1.3
Ultimo Aggiornamento 2022-08-25
Data di Pubblicazione 2019-03-22
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://puvox.software
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://puvox.software/info/privacy-policy
Lingue Supportate 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": []
}