Rubles in Ebay
Add price with rubles.
Wat is Rubles in Ebay?
Rubles in Ebay is een Chrome-extensie ontwikkeld door jerezzza, en de belangrijkste functie is "Add price with rubles.".
Extensie Screenshots
Download het CRX-bestand van de extensie Rubles in Ebay
Download Rubles in Ebay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Добавляет цену в рублях, рядом с основной ценой. На странице товара так же выводит, цену с доставкой. На странице товара с аукционом добавляет локальное время окончания аукциона.
Basisinformatie over de Extensie
Naam | |
ID | lfhmlnbfklmcookakpdoanjhcojdddnd |
Officiële URL | https://chromewebstore.google.com/detail/rubles-in-ebay/lfhmlnbfklmcookakpdoanjhcojdddnd |
Beschrijving | Add price with rubles. |
Bestandsgrootte | 35.74 KB |
Aantal Installaties | 24 |
Huidige Versie | 0.4.0 |
Laatst Bijgewerkt | 2014-07-26 |
Publicatiedatum | 2014-07-25 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | jerezzza |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |