Amazon Deal Finder

Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?

Amazon Deal Finderとは何ですか?

Amazon Deal Finderはqhoxieによって開発されたChromeの拡張機能で、その主な機能は「Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?」です。

拡張機能のスクリーンショット

screenshot
screenshot

Amazon Deal Finder拡張機能のCRXファイルをダウンロード

Amazon Deal Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension will show you right on the Amazon product page if the price you are seeing is a good price, a bad price, or even the best price yet.  Now you can be confident if now is a good time to buy.

We'll also help you find and get all the best Amazon deals, coupons codes, and promotions.  It all is done automatically and requires nothing beyond installing this extension!                    

拡張機能の基本情報

名前 Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
公式URL https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
説明 Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
ファイルサイズ 1.08 MB
インストール数 17
現在のバージョン 1.0.1
最終更新日 2019-09-03
公開日 2019-08-28
開発者 qhoxie
支払い方法 free
拡張機能のウェブサイト https://dailydealfinder.xyz/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 2,
    "name": "Amazon Deal Finder",
    "description": "Get the best deals on Amazon products.  Is that a good price?  Should I buy now or wait?",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "lib\/js\/browser-polyfill.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/js\/browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}