Amazon Deal Finder

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

Amazon Deal Finder là gì?

Amazon Deal Finder là một tiện ích mở rộng Chrome được phát triển bởi qhoxie, và tính năng chính của nó là "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Amazon Deal Finder

Tải xuống các tệp mở rộng Amazon Deal Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
URL Chính Thức https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Mô tả Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Kích Thước Tệp 1.08 MB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2019-09-03
Ngày Phát Hành 2019-08-28
Nhà Phát Triển qhoxie
Loại Thanh Toán free
Trang Web Mở Rộng https://dailydealfinder.xyz/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}