Compare prices on Amazon
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it
Was ist Compare prices on Amazon?
Compare prices on Amazon ist eine Chrome-Erweiterung, die von javiacker entwickelt wurde, und ihr Hauptmerkmal ist "Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it".
Erweiterungsscreenshots
Compare prices on Amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Compare prices on Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it Grundlegende Informationen zur Erweiterung
| Name | |
| ID | klahfmbhkegkhbcagopekafimjlccfmi |
| Offizielle URL | https://chromewebstore.google.com/detail/compare-prices-on-amazon/klahfmbhkegkhbcagopekafimjlccfmi |
| Beschreibung | Compare the prices of the product on Amazon.es, Amazon.co.uk, Amazon.fr, Amazon.de, Amazon.it |
| Dateigröße | 84.8 KB |
| Installationsanzahl | 206 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2014-01-07 |
| Veröffentlichungsdatum | 2014-01-07 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | javiacker |
| Zahlungsart | free |
| Unterstützte Sprachen | 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'"
} | |