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" } } |