Rubles in Ebay
Add price with rubles.
What is Rubles in Ebay?
Rubles in Ebay is a Chrome extension developed by jerezzza, and its main feature is "Add price with rubles.".
Extension Screenshots
Download Rubles in Ebay Extension CRX File
Download Rubles in Ebay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Добавляет цену в рублях, рядом с основной ценой. На странице товара так же выводит, цену с доставкой. На странице товара с аукционом добавляет локальное время окончания аукциона.
Extension Basic Information
Name | |
ID | lfhmlnbfklmcookakpdoanjhcojdddnd |
Official URL | https://chromewebstore.google.com/detail/rubles-in-ebay/lfhmlnbfklmcookakpdoanjhcojdddnd |
Description | Add price with rubles. |
File Size | 35.74 KB |
Installation Count | 24 |
Current Version | 0.4.0 |
Last Updated | 2014-07-26 |
Publish Date | 2014-07-25 |
Rating | 4.50/5 Total 4 Ratings |
Developer | jerezzza |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |