Add To Cart (BestBuy Canada)

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

Add To Cart (BestBuy Canada) là gì?

Add To Cart (BestBuy Canada) là một tiện ích mở rộng Chrome được phát triển bởi Jim, và tính năng chính của nó là "A simple extension to add out of stock items to cart on various websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Add To Cart (BestBuy Canada)

Tải xuống các tệp mở rộng Add To Cart (BestBuy Canada) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension allows users to add out of stock items into their cart for a quicker checkout.

Supported websites:

BestBuy CA                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Add To Cart (BestBuy Canada) Add To Cart (BestBuy Canada)
ID ollipkdolmcalbnfbmijcbhmbmiboebl
URL Chính Thức https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl
Mô tả A simple extension to add out of stock items to cart on various websites.
Kích Thước Tệp 59.63 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-06-02
Ngày Phát Hành 2021-06-02
Nhà Phát Triển Jim
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}