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