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 - это расширение Chrome, разработанное qhoxie, и его основная функция - "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Amazon Deal Finder

Скачайте файлы расширений 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"
    }
}