Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
What is Airtel Balance Quota?
Airtel Balance Quota is a Chrome extension developed by sumeet shah, and its main feature is "This extension shows the remaining GBs for current bill cycle".
Extension Screenshots
Download Airtel Balance Quota Extension CRX File
Download Airtel Balance Quota extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows the remaining GBs for current bill cycle
Extension Basic Information
Name | Airtel Balance Quota |
ID | geolfkpcjeeoblejgpfkkfhnihbnlfci |
Official URL | https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci |
Description | This extension shows the remaining GBs for current bill cycle |
File Size | 531 KB |
Installation Count | 57 |
Current Version | 1.30 |
Last Updated | 2016-09-18 |
Publish Date | 2016-09-18 |
Rating | 4.38/5 Total 8 Ratings |
Developer | sumeet shah |
Payment Type | free |
Supported Languages | 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" } } |