ABillS Stats

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

ABillS Stats là gì?

ABillS Stats là một tiện ích mở rộng Chrome được phát triển bởi http://abills.net.ua, và tính năng chính của nó là "Check your internet account directly from browser. Now supports Push messages from ABillS server".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ABillS Stats

Tải xuống các tệp mở rộng ABillS Stats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ABillS Stats ABillS Stats
ID bndohjbbflmcmjkjfdogiliickdnnhfp
URL Chính Thức https://chrome.google.com/webstore/detail/abills-stats/bndohjbbflmcmjkjfdogiliickdnnhfp
Mô tả Check your internet account directly from browser. Now supports Push messages from ABillS server
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 233
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2016-10-10
Ngày Phát Hành 2016-10-10
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://abills.net.ua
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}