Compare prices on Amazon

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

Qu'est-ce que Compare prices on Amazon ?

Compare prices on Amazon est une extension Chrome développée par javiacker, et sa fonction principale est "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Compare prices on Amazon

Téléchargez les fichiers d'extension Compare prices on Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Compare prices on Amazon Compare prices on Amazon
ID klahfmbhkegkhbcagopekafimjlccfmi
URL Officiel https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi
Description Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Taille du Fichier 84.8 KB
Nombre d'Installations 206
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-07
Date de Publication 2014-01-07
Évaluation 3.00/5 Total 2 Évaluations
Développeur javiacker
Type de Paiement free
Langues Prises en Charge 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'"
}