ABillS Stats

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

Qu'est-ce que ABillS Stats ?

ABillS Stats est une extension Chrome développée par http://abills.net.ua, et sa fonction principale est "Check your internet account directly from browser. Now supports Push messages from ABillS server".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ABillS Stats

Téléchargez les fichiers d'extension ABillS Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ABillS Stats ABillS Stats
ID bndohjbbflmcmjkjfdogiliickdnnhfp
URL Officiel https://chrome.google.com/webstore/detail/abills-stats/bndohjbbflmcmjkjfdogiliickdnnhfp
Description Check your internet account directly from browser. Now supports Push messages from ABillS server
Taille du Fichier 207 KB
Nombre d'Installations 233
Version Actuelle 2.0.2
Dernière Mise à Jour 2016-10-10
Date de Publication 2016-10-10
Évaluation 5.00/5 Total 5 Évaluations
Développeur http://abills.net.ua
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}