Amazon Deal Finder

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

¿Qué es Amazon Deal Finder?

Amazon Deal Finder es una extensión de Chrome desarrollada por qhoxie, y su función principal es "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Amazon Deal Finder

Descarga archivos de extensión Amazon Deal Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
URL Oficial https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Descripción Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Tamaño del Archivo 1.08 MB
Cantidad de Instalaciones 17
Versión Actual 1.0.1
Última Actualización 2019-09-03
Fecha de Publicación 2019-08-28
Desarrollador qhoxie
Tipo de Pago free
Sitio Web de la Extensión https://dailydealfinder.xyz/
Idiomas Soportados 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"
    }
}