Amazon Price Comparator

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

Vad är Amazon Price Comparator?

Amazon Price Comparator är en Chrome-tillägg utvecklad av DocKuro, och dess huvudfunktion är "This extension shows the price of the Amazon item in the current page for every other Amazon shop".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Amazon Price Comparator-förlängningens CRX-fil

Ladda ner Amazon Price Comparator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
Officiell webbadress https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
Beskrivning This extension shows the price of the Amazon item in the current page for every other Amazon shop
Filstorlek 45.28 KB
Antal Installationer 1,000
Aktuell Version 1.4.1
Senast Uppdaterad 2016-04-08
Publiceringsdatum 2016-04-08
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare DocKuro
Betalningssätt free
Stödda Språk 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"
    ]
}