Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
Apa itu Airtel Balance Quota?
Airtel Balance Quota adalah ekstensi Chrome yang dikembangkan oleh sumeet shah, dan fitur utamanya adalah "This extension shows the remaining GBs for current bill cycle".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Airtel Balance Quota
Unduh file ekstensi Airtel Balance Quota dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension shows the remaining GBs for current bill cycle
Informasi Dasar Ekstensi
Nama | Airtel Balance Quota |
ID | geolfkpcjeeoblejgpfkkfhnihbnlfci |
URL Resmi | https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci |
Deskripsi | This extension shows the remaining GBs for current bill cycle |
Ukuran File | 531 KB |
Jumlah Instalasi | 57 |
Versi Saat Ini | 1.30 |
Terakhir Diperbarui | 2016-09-18 |
Tanggal Publikasi | 2016-09-18 |
Penilaian | 4.38/5 Total 8 Penilaian |
Pengembang | sumeet shah |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |