Ubilling stats
This extension check account status for providers with Ubilling
What is Ubilling stats?
Ubilling stats is a Chrome extension developed by nightfly, and its main feature is "This extension check account status for providers with Ubilling".
Extension Screenshots
Download Ubilling stats Extension CRX File
Download Ubilling stats 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
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Extension Basic Information
Name | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
Official URL | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Description | This extension check account status for providers with Ubilling |
File Size | 90.14 KB |
Installation Count | 888 |
Current Version | 1.2.5 |
Last Updated | 2016-11-07 |
Publish Date | 2016-11-07 |
Rating | 4.91/5 Total 11 Ratings |
Developer | nightfly |
[email protected] | |
Payment Type | free |
Extension Website | http://ubilling.net.ua |
Help Page URL | http://wiki.ubilling.net.ua |
Supported Languages | uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ubilling stats", "short_name": "UBstats", "description": "This extension check account status for providers with Ubilling", "version": "1.2.5", "icons": { "128": "rainbow_128.png", "16": "rainbow.png" }, "background": { "page": "popup.html" }, "browser_action": { "default_icon": "rainbow.png", "default_popup": "popup.html", "default_title": "Internet status" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/" ] } |