Buck Cheap - South Africa Price Tracker

We track the price of items so you can make better informed decisions on what to buy.

Buck Cheap - South Africa Price Trackerคืออะไร?

Buck Cheap - South Africa Price Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://buck.cheap และคุณลักษณะหลักของมันคือ "We track the price of items so you can make better informed decisions on what to buy."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Buck Cheap - South Africa Price Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Buck Cheap - South Africa Price Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Unlock the power of informed purchasing by integrating Buck Cheap into your browser. With a single click on the "Buck Cheap" icon in your address bar, gain instant access to comprehensive historical pricing data. Make savvy buying decisions by comparing and analyzing past prices effortlessly.

Currently supported retailers:

• Takealot
• Makro
• GeeWiz
• Woolworths
• Game
• Yuppiechef

Stay tuned as we continually expand our list of supported retailers to enhance your online shopping journey!                    

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

ชื่อ Buck Cheap - South Africa Price Tracker Buck Cheap - South Africa Price Tracker
ID pdfhdkcglladkbjhoedcenbloiblmggn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/buck-cheap-south-africa-p/pdfhdkcglladkbjhoedcenbloiblmggn
คำอธิบาย We track the price of items so you can make better informed decisions on what to buy.
ขนาดไฟล์ 165 KB
จำนวนการติดตั้ง 257
เวอร์ชันปัจจุบัน 0.0.8
อัปเดตครั้งล่าสุด 2023-12-02
วันที่เผยแพร่ 2023-02-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://buck.cheap
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://buck.cheap/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Buck Cheap - South Africa Price Tracker",
    "version": "0.0.8",
    "description": "We track the price of items so you can make better informed decisions on what to buy.",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.makro.co.za\/*",
                "https:\/\/www.takealot.com\/*",
                "https:\/\/www.incredible.co.za\/*",
                "https:\/\/www.yuppiechef.com\/*",
                "https:\/\/www.hificorp.co.za\/*",
                "https:\/\/www.geewiz.co.za\/*",
                "https:\/\/www.woolworths.co.za\/*",
                "https:\/\/www.game.co.za\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "action": [],
    "host_permissions": [
        "https:\/\/www.makro.co.za\/*",
        "https:\/\/www.takealot.com\/*",
        "https:\/\/www.incredible.co.za\/*",
        "https:\/\/www.yuppiechef.com\/*",
        "https:\/\/www.hificorp.co.za\/*",
        "https:\/\/www.geewiz.co.za\/*",
        "https:\/\/www.woolworths.co.za\/*",
        "https:\/\/www.game.co.za\/*",
        "https:\/\/www.hificorp.co.za\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "permissions": [
        "tabs"
    ],
    "devtools_page": "src\/pages\/devtools\/index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-16.png",
                "icon-48.png",
                "icon-128.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}