Ubilling stats
This extension check account status for providers with Ubilling
Co to jest Ubilling stats?
Ubilling stats to rozszerzenie Chrome opracowane przez nightfly, a jego główną funkcją jest „This extension check account status for providers with Ubilling”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ubilling stats
Pobierz pliki rozszerzeń Ubilling stats w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
Oficjalny URL | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Opis | This extension check account status for providers with Ubilling |
Rozmiar pliku | 90.14 KB |
Liczba instalacji | 888 |
Aktualna Wersja | 1.2.5 |
Ostatnia Aktualizacja | 2016-11-07 |
Data Publikacji | 2016-11-07 |
Ocena | 4.91/5 Łącznie 11 Oceny |
Deweloper | nightfly |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://ubilling.net.ua |
Adres URL Strony Pomocy | http://wiki.ubilling.net.ua |
Obsługiwane Języki | 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:\/\/*\/" ] } |