Add To Cart (BestBuy Canada)

A simple extension to add out of stock items to cart on various websites.

Cos'è Add To Cart (BestBuy Canada)?

Add To Cart (BestBuy Canada) è un'estensione di Chrome sviluppata da Jim, e la sua funzione principale è "A simple extension to add out of stock items to cart on various websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Add To Cart (BestBuy Canada)

Scarica i file di estensione Add To Cart (BestBuy Canada) 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 allows users to add out of stock items into their cart for a quicker checkout.

Supported websites:

BestBuy CA                    

Informazioni di Base sull'Estensione

Nome Add To Cart (BestBuy Canada) Add To Cart (BestBuy Canada)
ID ollipkdolmcalbnfbmijcbhmbmiboebl
URL Ufficiale https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl
Descrizione A simple extension to add out of stock items to cart on various websites.
Dimensione del File 59.63 KB
Conteggio Installazioni 63
Versione Corrente 1.0
Ultimo Aggiornamento 2021-06-02
Data di Pubblicazione 2021-06-02
Sviluppatore Jim
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add To Cart (BestBuy Canada)",
    "description": "A simple extension to add out of stock items to cart on various websites.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bestbuy.ca\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "host_permissions": [
        "https:\/\/www.bestbuy.ca\/*"
    ]
}