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是由Ravi Kumar Nimmi开发的Chrome扩展程序,该扩展的主要功能是“This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.”。
扩展截图
下载Airtel Data Usage扩展crx文件
下载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 |
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\/" ] } |