Add To Cart (BestBuy Canada)

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

Wat is Add To Cart (BestBuy Canada)?

Add To Cart (BestBuy Canada) is een Chrome-extensie ontwikkeld door Jim, en de belangrijkste functie is "A simple extension to add out of stock items to cart on various websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Add To Cart (BestBuy Canada)

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

Supported websites:

BestBuy CA                    

Basisinformatie over de Extensie

Naam Add To Cart (BestBuy Canada) Add To Cart (BestBuy Canada)
ID ollipkdolmcalbnfbmijcbhmbmiboebl
Officiële URL https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl
Beschrijving A simple extension to add out of stock items to cart on various websites.
Bestandsgrootte 59.63 KB
Aantal Installaties 63
Huidige Versie 1.0
Laatst Bijgewerkt 2021-06-02
Publicatiedatum 2021-06-02
Ontwikkelaar Jim
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}