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 |
官方網址 | 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" } } |