Add To Cart (BestBuy Canada)

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

Add To Cart (BestBuy Canada)คืออะไร?

Add To Cart (BestBuy Canada) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jim และคุณลักษณะหลักของมันคือ "A simple extension to add out of stock items to cart on various websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add To Cart (BestBuy Canada)

ดาวน์โหลดไฟล์ส่วนขยาย Add To Cart (BestBuy Canada) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Supported websites:

BestBuy CA                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Add To Cart (BestBuy Canada) Add To Cart (BestBuy Canada)
ID ollipkdolmcalbnfbmijcbhmbmiboebl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl
คำอธิบาย A simple extension to add out of stock items to cart on various websites.
ขนาดไฟล์ 59.63 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-06-02
วันที่เผยแพร่ 2021-06-02
ผู้พัฒนา Jim
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}