Best Price Comparison

Price Comparison, lets you check and compare prices across shopping sites with a single click.

Best Price Comparison란 무엇입니까?

Best Price Comparison은(는) Infinite Loop에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price Comparison, lets you check and compare prices across shopping sites with a single click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Best Price Comparison 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search Products, Compare Prices & Get Best Deals.

Best Price Comparison opens a tab for the various shopping sites and searches the product you are looking for.

Currently supported sites:
* Amazon
* Target
* Walmart
* eBay
* Google Shopping
* Overstock

--------------------------
*** How it works ***
--------------------------

 - You need to go to a product page first before clicking the extension.
 - If you clicked the extension outside the current supported sites, it will redirect you to Amazon (you can change the default site under options).

---

Buy products online at lowest prices in India. Find the largest collection of mobiles, tablets, laptops, televisions, appliances, furniture, clothes, shoes, baby products, books and more. Compare products, check out latest deals, offers, discounts and get best online prices from popular sellers. Research upcoming and latest products including specifications, reviews & ratings, photos & videos. Prices are valid across major shopping sites.                    

확장 프로그램 기본 정보

이름 Best Price Comparison Best Price Comparison
ID miealdckglnbbmolcoamgdjicdnhkifp
공식 URL https://chrome.google.com/webstore/detail/best-price-comparison/miealdckglnbbmolcoamgdjicdnhkifp
설명 Price Comparison, lets you check and compare prices across shopping sites with a single click.
파일 크기 424 KB
설치 횟수 48
현재 버전 1.0
최근 업데이트 2021-03-18
출시 날짜 2018-01-14
평점 5.00/5 총 5 개의 평점
개발자 Infinite Loop
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/38422953
지원되는 언어 en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/cs.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Price Comparison, lets you check and compare prices across shopping sites with a single click.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Best Price Comparison",
    "short_name": "Price Comparison",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}