Ubilling stats

This extension check account status for providers with Ubilling

Was ist Ubilling stats?

Ubilling stats ist eine Chrome-Erweiterung, die von nightfly entwickelt wurde, und ihr Hauptmerkmal ist "This extension check account status for providers with Ubilling".

Erweiterungsscreenshots

screenshot

Ubilling stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ubilling stats-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Перевірка стану рахунку, для провайдерів що використовують Ubilling.

1.2.5 - fixed debt account state issue.
1.2.4 - added Georgean, Romanian and Russian locale.                    

Grundlegende Informationen zur Erweiterung

Name Ubilling stats Ubilling stats
ID jgbdhmicbegjppohlonbfohpphkcnflb
Offizielle URL https://chromewebstore.google.com/detail/ubilling-stats/jgbdhmicbegjppohlonbfohpphkcnflb
Beschreibung This extension check account status for providers with Ubilling
Dateigröße 90.14 KB
Installationsanzahl 888
Aktuelle Version 1.2.5
Letztes Update 2016-11-07
Veröffentlichungsdatum 2016-11-07
Bewertung 4.91/5 Insgesamt 11 Bewertungen
Entwickler nightfly
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://ubilling.net.ua
Hilfeseite URL http://wiki.ubilling.net.ua
Unterstützte Sprachen 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:\/\/*\/"
    ]
}