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
电子邮箱 [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"
    ]
}