Rubles in Ebay
Add price with rubles.
Cos'è Rubles in Ebay?
Rubles in Ebay è un'estensione di Chrome sviluppata da jerezzza, e la sua funzione principale è "Add price with rubles.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Rubles in Ebay
Scarica i file di estensione Rubles in Ebay 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 | lfhmlnbfklmcookakpdoanjhcojdddnd |
URL Ufficiale | https://chromewebstore.google.com/detail/rubles-in-ebay/lfhmlnbfklmcookakpdoanjhcojdddnd |
Descrizione | Add price with rubles. |
Dimensione del File | 35.74 KB |
Conteggio Installazioni | 24 |
Versione Corrente | 0.4.0 |
Ultimo Aggiornamento | 2014-07-26 |
Data di Pubblicazione | 2014-07-25 |
Valutazione | 4.50/5 Totale 4 Valutazioni |
Sviluppatore | jerezzza |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ru |
manifest.json | |
{ "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "lib\/jquery.js", "app\/script.js" ], "matches": [ "http:\/\/www.ebay.com\/*", "https:\/\/www.ebay.com\/*", "http:\/\/www.ebay.co.uk\/*", "https:\/\/www.ebay.co.uk\/*", "http:\/\/my.ebay.co.uk\/*", "http:\/\/my.ebay.com\/*" ] } ], "description": "Add price with rubles.", "name": "Rubles in Ebay", "permissions": [ "http:\/\/www.ebay.com\/*", "https:\/\/www.ebay.com\/*", "http:\/\/www.ebay.co.uk\/*", "https:\/\/www.ebay.co.uk\/*", "http:\/\/www.cbr.ru\/*", "http:\/\/my.ebay.co.uk\/*", "http:\/\/my.ebay.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4.0", "manifest_version": 2 } |