ABillS Stats

Check your internet account directly from browser. Now supports Push messages from ABillS server

Was ist ABillS Stats?

ABillS Stats ist eine Chrome-Erweiterung, die von http://abills.net.ua entwickelt wurde, und ihr Hauptmerkmal ist "Check your internet account directly from browser. Now supports Push messages from ABillS server".

Erweiterungsscreenshots

screenshot

ABillS Stats-Erweiterungs-CRX-Datei herunterladen

Laden Sie ABillS 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

                        This extension checks account status for providers using Abills billing.

Version 2.0. Full refactor. Non-blocking async network operations.

Version 1.15. A small notification is shown to warn you when your deposit is smaller than specified in options.

Version 1.16. Now supports Push notifications from ABillS server!

Check your internet account directly from browser!

WARNING: if your provider use untrusted SLL certificate (https) you need open your stats page in browser and click "Advanced" -> "Proceed to YOUR_SITE (unsafe)" just once. If you see "Wrong URL" message after installing this extension - open  https://demo.abills.net.ua:9443/ in new page or tab.                    

Grundlegende Informationen zur Erweiterung

Name ABillS Stats ABillS Stats
ID bndohjbbflmcmjkjfdogiliickdnnhfp
Offizielle URL https://chrome.google.com/webstore/detail/abills-stats/bndohjbbflmcmjkjfdogiliickdnnhfp
Beschreibung Check your internet account directly from browser. Now supports Push messages from ABillS server
Dateigröße 207 KB
Installationsanzahl 233
Aktuelle Version 2.0.2
Letztes Update 2016-10-10
Veröffentlichungsdatum 2016-10-10
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler http://abills.net.ua
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ABillS Stats",
    "version": "2.0.2",
    "author": "AnyKey, ABillS",
    "description": "Check your internet account directly from browser. Now supports Push messages from ABillS server",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "background": {
        "scripts": [
            "assets\/js\/language.js",
            "assets\/js\/xml_explain.js",
            "assets\/js\/cloud_messaging.js",
            "assets\/js\/Notifier.js",
            "assets\/js\/popup.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Internet status"
    },
    "permissions": [
        "https:\/\/*\/",
        "notifications",
        "alarms",
        "gcm",
        "storage"
    ]
}