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. 擴展基本資訊
| 名稱 | |
| ID | nkfdjeajgnkaalgkmkijbokclbkbgmoe |
| 官方網址 | 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\/"
]
} | |