Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
什么是Airtel Balance Quota?
Airtel Balance Quota是由sumeet shah开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the remaining GBs for current bill cycle”。
扩展截图
下载Airtel Balance Quota扩展crx文件
下载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" } } |