Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
Что такое Airtel Balance Quota?
Airtel Balance Quota - это расширение Chrome, разработанное sumeet shah, и его основная функция - "This extension shows the remaining GBs for current bill cycle".
Снимки экрана расширения
Скачать файл CRX расширения Airtel Balance Quota
Скачайте файлы расширений Airtel Balance Quota в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension shows the remaining GBs for current bill cycle
Основная информация о расширении
Название | Airtel Balance Quota |
ID | geolfkpcjeeoblejgpfkkfhnihbnlfci |
Официальный URL | https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci |
Описание | This extension shows the remaining GBs for current bill cycle |
Размер файла | 531 KB |
Количество установок | 57 |
Текущая Версия | 1.30 |
Последнее Обновление | 2016-09-18 |
Дата публикации | 2016-09-18 |
Рейтинг | 4.38/5 Всего 8 оценок |
Разработчик | sumeet shah |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Airtel Balance Quota", "description": "This extension shows the remaining GBs for current bill cycle", "version": "1.30", "background": { "persistent": true, "scripts": [ "jquery-1.11.1.min.js", "common.js", "background.js" ] }, "permissions": [ "http:\/\/122.160.230.125:8080\/gbod\/gb_on_demand.do", "storage" ], "browser_action": { "default_icon": "Red16.png", "default_popup": "popup.html" }, "icons": { "16": "Red16.png", "48": "Red48.png", "128": "Red128.png" } } |