Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
Cos'è Airtel Balance Quota?
Airtel Balance Quota è un'estensione di Chrome sviluppata da sumeet shah, e la sua funzione principale è "This extension shows the remaining GBs for current bill cycle".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Airtel Balance Quota
Scarica i file di estensione Airtel Balance Quota in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension shows the remaining GBs for current bill cycle
Informazioni di Base sull'Estensione
Nome | Airtel Balance Quota |
ID | geolfkpcjeeoblejgpfkkfhnihbnlfci |
URL Ufficiale | https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci |
Descrizione | This extension shows the remaining GBs for current bill cycle |
Dimensione del File | 531 KB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.30 |
Ultimo Aggiornamento | 2016-09-18 |
Data di Pubblicazione | 2016-09-18 |
Valutazione | 4.38/5 Totale 8 Valutazioni |
Sviluppatore | sumeet shah |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |