HalfSize.me - Global Amazon price comparison
Real-time price comparison charts for any Amazon product page
Was ist HalfSize.me - Global Amazon price comparison?
HalfSize.me - Global Amazon price comparison ist eine Chrome-Erweiterung, die von http://halfsize.me entwickelt wurde, und ihr Hauptmerkmal ist "Real-time price comparison charts for any Amazon product page".
Erweiterungsscreenshots
HalfSize.me - Global Amazon price comparison-Erweiterungs-CRX-Datei herunterladen
Laden Sie HalfSize.me - Global Amazon price comparison-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
On any Amazon product page, the HalfSize.me extension will display availability and prices of the same item on other Amazon sites. This is particularily useful for physical media products like CDs, vinyl, DVDs, books etc. Prices are being checked and converted into your currency on the fly. HalfSize.me covers any Amazon retail website that sells physical goods and allows international shipments from its Marketplace. These are currently .COM, .CA, .CO.UK, .DE, .ES, .FR, .IT and .CO.JP. Unofficial app, not affiliated with Amazon. The developer of this app receives a small referral reward when you use it to order something on Amazon. Thanks for your support.
Grundlegende Informationen zur Erweiterung
Name | |
ID | kickegcofognaiflpajifcnphdmajekd |
Offizielle URL | https://chrome.google.com/webstore/detail/halfsizeme-global-amazon/kickegcofognaiflpajifcnphdmajekd |
Beschreibung | Real-time price comparison charts for any Amazon product page |
Dateigröße | 62.52 KB |
Installationsanzahl | 350 |
Aktuelle Version | 0.1.3 |
Letztes Update | 2015-01-02 |
Veröffentlichungsdatum | 2015-01-02 |
Bewertung | 3.33/5 Insgesamt 12 Bewertungen |
Entwickler | http://halfsize.me |
Zahlungsart | free |
Erweiterungswebsite | http://halfsize.me |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.3", "name": "HalfSize.me - Global Amazon price comparison", "short_name": "HalfSize.me", "description": "Real-time price comparison charts for any Amazon product page", "browser_action": [], "icons": { "16": "hsm16.png", "48": "hsm48.png", "128": "hsm128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "socket.io-1.2.1.js", "background.js" ], "matches": [ "http:\/\/www.amazon.de\/dp\/*", "http:\/\/www.amazon.de\/*\/dp\/*", "http:\/\/www.amazon.de\/gp\/*", "http:\/\/www.amazon.co.uk\/dp\/*", "http:\/\/www.amazon.co.uk\/*\/dp\/*", "http:\/\/www.amazon.co.uk\/gp\/*", "http:\/\/www.amazon.fr\/dp\/*", "http:\/\/www.amazon.fr\/*\/dp\/*", "http:\/\/www.amazon.fr\/gp\/*", "http:\/\/www.amazon.es\/dp\/*", "http:\/\/www.amazon.es\/*\/dp\/*", "http:\/\/www.amazon.es\/gp\/*", "http:\/\/www.amazon.it\/dp\/*", "http:\/\/www.amazon.it\/*\/dp\/*", "http:\/\/www.amazon.it\/gp\/*", "http:\/\/www.amazon.ca\/dp\/*", "http:\/\/www.amazon.ca\/*\/dp\/*", "http:\/\/www.amazon.ca\/gp\/*", "http:\/\/www.amazon.co.jp\/dp\/*", "http:\/\/www.amazon.co.jp\/*\/dp\/*", "http:\/\/www.amazon.co.jp\/gp\/*", "http:\/\/www.amazon.com\/dp\/*", "http:\/\/www.amazon.com\/*\/dp\/*", "http:\/\/www.amazon.com\/gp\/*" ], "exclude_matches": [ "http:\/\/*\/*\/offer-listing\/*", "http:\/\/*\/gp\/aw\/*" ] } ] } |