Amazon Price Comparator

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

Co to jest Amazon Price Comparator?

Amazon Price Comparator to rozszerzenie Chrome opracowane przez DocKuro, a jego główną funkcją jest „This extension shows the price of the Amazon item in the current page for every other Amazon shop”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Amazon Price Comparator

Pobierz pliki rozszerzeń Amazon Price Comparator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Oficjalny URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Opis This extension shows the price of the Amazon item in the current page for every other Amazon shop
Rozmiar pliku 45.28 KB
Liczba instalacji 1,000
Aktualna Wersja 1.4.1
Ostatnia Aktualizacja 2016-04-08
Data Publikacji 2016-04-08
Ocena 3.50/5 Łącznie 6 Oceny
Deweloper DocKuro
Typ Płatności free
Obsługiwane Języki 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"
    ]
}