BestBuy.ca Precart

Easy way to precart the gpu you want

BestBuy.ca Precartคืออะไร?

BestBuy.ca Precart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fofsfofs และคุณลักษณะหลักของมันคือ "Easy way to precart the gpu you want"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BestBuy.ca Precart

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

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

                        This extension allows you to add a product from https://www.bestbuy.ca/ to your cart that isn't available yet. This process of "pre-carting" a product makes it easier to purchase it when it becomes available in stock. This method is used to help combat the excessive bots that are buying up all the stock.

In order to use the extension you must be signed in to an account on https://www.bestbuy.ca/. Then simply copy the Web Code from the product page and paste it in the SKU field and click Add to cart. The card will then be added to your cart. There are some instances where an error may pop up informing you to delete your cookies. If this is the case, click Delete Cookies and sign in once again.

Source code: https://github.com/fofsfofs/BestBuy-Extension/tree/master                    

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

ชื่อ BestBuy.ca Precart BestBuy.ca Precart
ID eggjokjkhfjfhmdfloegcmomomjfecam
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bestbuyca-precart/eggjokjkhfjfhmdfloegcmomomjfecam
คำอธิบาย Easy way to precart the gpu you want
ขนาดไฟล์ 39.21 KB
จำนวนการติดตั้ง 643
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-05-12
วันที่เผยแพร่ 2021-05-12
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา fofsfofs
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/fofsfofs/BestBuy-Extension/tree/master
URL หน้าช่วยเหลือ https://paypal.me/fofsfofs
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BestBuy.ca Precart",
    "description": "Easy way to precart the gpu you want",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo-16.png",
            "32": "\/images\/logo-32.png",
            "48": "\/images\/logo-48.png",
            "128": "\/images\/logo-128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo-16.png",
        "32": "\/images\/logo-32.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    }
}