Ubilling stats
This extension check account status for providers with Ubilling
Cos'è Ubilling stats?
Ubilling stats è un'estensione di Chrome sviluppata da nightfly, e la sua funzione principale è "This extension check account status for providers with Ubilling".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ubilling stats
Scarica i file di estensione Ubilling stats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Перевірка стану рахунку, для провайдерів що використовують Ubilling. 1.2.5 - fixed debt account state issue. 1.2.4 - added Georgean, Romanian and Russian locale.
Informazioni di Base sull'Estensione
Nome | |
ID | jgbdhmicbegjppohlonbfohpphkcnflb |
URL Ufficiale | https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb |
Descrizione | This extension check account status for providers with Ubilling |
Dimensione del File | 90.14 KB |
Conteggio Installazioni | 888 |
Versione Corrente | 1.2.5 |
Ultimo Aggiornamento | 2016-11-07 |
Data di Pubblicazione | 2016-11-07 |
Valutazione | 4.91/5 Totale 11 Valutazioni |
Sviluppatore | nightfly |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://ubilling.net.ua |
URL della Pagina di Aiuto | http://wiki.ubilling.net.ua |
Lingue Supportate | 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:\/\/*\/" ] } |