Best Price Comparison

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

Best Price Comparison là gì?

Best Price Comparison là một tiện ích mở rộng Chrome được phát triển bởi Infinite Loop, và tính năng chính của nó là "Price Comparison, lets you check and compare prices across shopping sites with a single click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Best Price Comparison

Tải xuống các tệp mở rộng Best Price Comparison dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Best Price Comparison Best Price Comparison
ID miealdckglnbbmolcoamgdjicdnhkifp
URL Chính Thức https://chrome.google.com/webstore/detail/best-price-comparison/miealdckglnbbmolcoamgdjicdnhkifp
Mô tả Price Comparison, lets you check and compare prices across shopping sites with a single click.
Kích Thước Tệp 424 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-03-18
Ngày Phát Hành 2018-01-14
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Infinite Loop
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/38422953
Ngôn Ngữ Được Hỗ Trợ 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"
}