ABillS Stats

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

Что такое ABillS Stats?

ABillS Stats - это расширение Chrome, разработанное http://abills.net.ua, и его основная функция - "Check your internet account directly from browser. Now supports Push messages from ABillS server".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения ABillS Stats

Скачайте файлы расширений 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"
    ]
}