ABillS Stats

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

ABillS Statsとは何ですか?

ABillS Statsはhttp://abills.net.uaによって開発されたChromeの拡張機能で、その主な機能は「Check your internet account directly from browser. Now supports Push messages from ABillS server」です。

拡張機能のスクリーンショット

screenshot

ABillS Stats拡張機能のCRXファイルをダウンロード

ABillS Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 ABillS Stats ABillS Stats
ID bndohjbbflmcmjkjfdogiliickdnnhfp
公式URL https://chrome.google.com/webstore/detail/abills-stats/bndohjbbflmcmjkjfdogiliickdnnhfp
説明 Check your internet account directly from browser. Now supports Push messages from ABillS server
ファイルサイズ 207 KB
インストール数 233
現在のバージョン 2.0.2
最終更新日 2016-10-10
公開日 2016-10-10
評価 5.00/5 合計 5 レビュー
開発者 http://abills.net.ua
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}