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"
    }
}