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 |
| 公式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 |
| Eメール | [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\/"
]
} | |