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はhttps://buck.cheapによって開発されたChromeの拡張機能で、その主な機能は「We track the price of items so you can make better informed decisions on what to buy.」です。

拡張機能のスクリーンショット

screenshot

Buck Cheap - South Africa Price Tracker拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}