Amazon Price Comparator

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

Hvad er Amazon Price Comparator?

Amazon Price Comparator er en Chrome-udvidelse udviklet af DocKuro, og dens hovedfunktion er "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Amazon Price Comparator-udvidelses-CRX-fil

Download Amazon Price Comparator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Officiel URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Beskrivelse This extension shows the price of the Amazon item in the current page for every other Amazon shop
Filstørrelse 45.28 KB
Antal Installationer 1,000
Nuværende Version 1.4.1
Senest Opdateret 2016-04-08
Udgivelsesdato 2016-04-08
Bedømmelse 3.50/5 Samlet 6 Bedømmelser
Udvikler DocKuro
Betalingsmetode free
Understøttede Sprog 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"
    ]
}