Ubilling stats
This extension check account status for providers with Ubilling
Hvad er Ubilling stats?
Ubilling stats er en Chrome-udvidelse udviklet af nightfly, og dens hovedfunktion er "This extension check account status for providers with Ubilling".
Udvidelsesskærmbilleder
Download Ubilling stats-udvidelses-CRX-fil
Download Ubilling stats-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
Officiel URL | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Beskrivelse | This extension check account status for providers with Ubilling |
Filstørrelse | 90.14 KB |
Antal Installationer | 888 |
Nuværende Version | 1.2.5 |
Senest Opdateret | 2016-11-07 |
Udgivelsesdato | 2016-11-07 |
Bedømmelse | 4.91/5 Samlet 11 Bedømmelser |
Udvikler | nightfly |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://ubilling.net.ua |
Hjælpeside-URL | http://wiki.ubilling.net.ua |
Understøttede Sprog | 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:\/\/*\/" ] } |