Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

O que é Amazon Price Comparator?

Amazon Price Comparator é uma extensão do Chrome desenvolvida por DocKuro, e sua principal característica é "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Amazon Price Comparator

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

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

Informações Básicas da Extensão

Nome Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
URL Oficial https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Descrição This extension shows the price of the Amazon item in the current page for every other Amazon shop
Tamanho do Arquivo 45.28 KB
Contagem de Instalações 1,000
Versão Atual 1.4.1
Última Atualização 2016-04-08
Data de Publicação 2016-04-08
Classificação 3.50/5 Total de 6 Avaliações
Desenvolvedor DocKuro
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}