Compare prices on Amazon

Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it

Wat is Compare prices on Amazon?

Compare prices on Amazon is een Chrome-extensie ontwikkeld door javiacker, en de belangrijkste functie is "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Compare prices on Amazon

Download Compare prices on Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it                    

Basisinformatie over de Extensie

Naam Compare prices on Amazon Compare prices on Amazon
ID klahfmbhkegkhbcagopekafimjlccfmi
Officiële URL https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi
Beschrijving Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Bestandsgrootte 84.8 KB
Aantal Installaties 206
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-07
Publicatiedatum 2014-01-07
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar javiacker
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Compare prices on Amazon",
    "version": "1.0",
    "description": "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it",
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Compare prices in Amazon!",
        "default_popup": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/jquery.com\/*"
            ],
            "js": [
                "jquery.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "https:\/\/secure.flickr.com\/",
        "http:\/\/secure-ridge-4170.herokuapp.com\/",
        "http:\/\/www.amazon.es\/"
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}