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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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