Amazon Deal Finder

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

O que é Amazon Deal Finder?

Amazon Deal Finder é uma extensão do Chrome desenvolvida por qhoxie, e sua principal característica é "Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon Deal Finder

Baixe arquivos de extensão Amazon Deal Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Amazon Deal Finder Amazon Deal Finder
ID dlhllmhbkgmcglolodapkmmdaejdnikd
URL Oficial https://chrome.google.com/webstore/detail/amazon-deal-finder/dlhllmhbkgmcglolodapkmmdaejdnikd
Descrição Get the best deals on Amazon products. Is that a good price? Should I buy now or wait?
Tamanho do Arquivo 1.08 MB
Contagem de Instalações 17
Versão Atual 1.0.1
Última Atualização 2019-09-03
Data de Publicação 2019-08-28
Desenvolvedor qhoxie
Tipo de Pagamento free
Site da Extensão https://dailydealfinder.xyz/
Idiomas Suportados 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"
    }
}