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
公式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
Eメール [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"
}