HalfSize.me - Global Amazon price comparison
Real-time price comparison charts for any Amazon product page
Cos'è HalfSize.me - Global Amazon price comparison?
HalfSize.me - Global Amazon price comparison è un'estensione di Chrome sviluppata da http://halfsize.me, e la sua funzione principale è "Real-time price comparison charts for any Amazon product page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HalfSize.me - Global Amazon price comparison
Scarica i file di estensione HalfSize.me - Global Amazon price comparison in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | kickegcofognaiflpajifcnphdmajekd |
URL Ufficiale | https://chrome.google.com/webstore/detail/halfsizeme-global-amazon/kickegcofognaiflpajifcnphdmajekd |
Descrizione | Real-time price comparison charts for any Amazon product page |
Dimensione del File | 62.52 KB |
Conteggio Installazioni | 350 |
Versione Corrente | 0.1.3 |
Ultimo Aggiornamento | 2015-01-02 |
Data di Pubblicazione | 2015-01-02 |
Valutazione | 3.33/5 Totale 12 Valutazioni |
Sviluppatore | http://halfsize.me |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://halfsize.me |
Lingue Supportate | 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\/*" ] } ] } |