Airtel Data Usage

This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.

Что такое Airtel Data Usage?

Airtel Data Usage - это расширение Chrome, разработанное Ravi Kumar Nimmi, и его основная функция - "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Airtel Data Usage

Скачайте файлы расширений Airtel Data Usage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.                    

Основная информация о расширении

Название Airtel Data Usage Airtel Data Usage
ID nkfdjeajgnkaalgkmkijbokclbkbgmoe
Официальный URL https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe
Описание This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
Размер файла 1.11 MB
Количество установок 141
Текущая Версия 3.0.2
Последнее Обновление 2020-05-28
Дата публикации 2020-05-28
Рейтинг 4.42/5 Всего 12 оценок
Разработчик Ravi Kumar Nimmi
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airtel Data Usage",
    "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.",
    "version": "3.0.2",
    "icons": {
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "main.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "background": {
        "scripts": [
            "js\/jquery-2.2.1.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "https:\/\/www.airtel.in\/",
        "http:\/\/122.160.230.125:8080\/"
    ]
}