Ubilling stats
This extension check account status for providers with Ubilling
Vad är Ubilling stats?
Ubilling stats är en Chrome-tillägg utvecklad av nightfly, och dess huvudfunktion är "This extension check account status for providers with Ubilling".
Tilläggsskärmbilder
Ladda ner Ubilling stats-förlängningens CRX-fil
Ladda ner Ubilling stats-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Grundläggande Information om Tillägg
Namn | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
Officiell webbadress | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Beskrivning | This extension check account status for providers with Ubilling |
Filstorlek | 90.14 KB |
Antal Installationer | 888 |
Aktuell Version | 1.2.5 |
Senast Uppdaterad | 2016-11-07 |
Publiceringsdatum | 2016-11-07 |
Betyg | 4.91/5 Totalt 11 Betyg |
Utvecklare | nightfly |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://ubilling.net.ua |
Hjälpsida URL | http://wiki.ubilling.net.ua |
Stödda Språk | 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:\/\/*\/" ] } |