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文件

下載Best Price Comparison擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}