Lower Ebay Price Alert
This extension shows ebay price of the selling item on Amazon when ebay price is lower.
Cos'è Lower Ebay Price Alert?
Lower Ebay Price Alert è un'estensione di Chrome sviluppata da ferryzhou, e la sua funzione principale è "This extension shows ebay price of the selling item on Amazon when ebay price is lower.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lower Ebay Price Alert
Scarica i file di estensione Lower Ebay Price Alert 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
Informazioni di Base sull'Estensione
Nome | |
ID | ngcbdfdpiffiblpaokclgmbomelnopoe |
URL Ufficiale | https://chrome.google.com/webstore/detail/lower-ebay-price-alert/ngcbdfdpiffiblpaokclgmbomelnopoe |
Descrizione | This extension shows ebay price of the selling item on Amazon when ebay price is lower. |
Dimensione del File | 48.06 KB |
Conteggio Installazioni | 163 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-12-20 |
Data di Pubblicazione | 2015-12-20 |
Valutazione | 2.00/5 Totale 1 Valutazioni |
Sviluppatore | ferryzhou |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lower Ebay Price Alert", "description": "This extension shows ebay price of the selling item on Amazon when ebay price is lower.", "version": "1.0", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/*" ], "js": [ "jquery-1.8.2.min.js", "underscore-min.js", "contentscript.js" ] } ], "permissions": [ "activeTab", "http:\/\/ebayprice-1164.appspot.com\/*", "http:\/\/www.amazon.com\/*" ] } |