Amazon Price Tracker

Tracks Amazon Product Prices

O que é Amazon Price Tracker?

Amazon Price Tracker é uma extensão do Chrome desenvolvida por SchoolHelper, e sua principal característica é "Tracks Amazon Product Prices".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon Price Tracker

Baixe arquivos de extensão Amazon Price Tracker 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

                        A simple Amazon Price tracker.  It has two possible functions, one allows it to save a new product while the other shows the current products the extension is keeping track of.

DISCLAIMER:  Some products on Amazon like books or products with multiple prices do not function as intended.

Privacy:  This extension can only access your browsing when on the amazon website.  It only saves the URL of the product page when you click the button titled, "save this product".                    

Informações Básicas da Extensão

Nome Amazon Price Tracker Amazon Price Tracker
ID npdolbglkedboekdpjcgfnnekcciedki
URL Oficial https://chromewebstore.google.com/detail/amazon-price-tracker/npdolbglkedboekdpjcgfnnekcciedki
Descrição Tracks Amazon Product Prices
Tamanho do Arquivo 14.39 KB
Contagem de Instalações 26
Versão Atual 1.2
Última Atualização 2019-01-17
Data de Publicação 2019-01-17
Desenvolvedor SchoolHelper
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Price Tracker",
    "short_name": "amazonWatch",
    "version": "1.2",
    "description": "Tracks Amazon Product Prices",
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Track Amazon Products!"
    },
    "icons": {
        "32": "images\/logoA32.png",
        "48": "images\/logoA48.png",
        "128": "images\/logoA128.png"
    },
    "permissions": [
        "storage",
        "https:\/\/www.amazon.com\/*"
    ]
}