Airtel Balance Quota

This extension shows the remaining GBs for current bill cycle

Wat is Airtel Balance Quota?

Airtel Balance Quota is een Chrome-extensie ontwikkeld door sumeet shah, en de belangrijkste functie is "This extension shows the remaining GBs for current bill cycle".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Airtel Balance Quota

Download Airtel Balance Quota-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension shows the remaining GBs for current bill cycle                    

Basisinformatie over de Extensie

Naam Airtel Balance Quota Airtel Balance Quota
ID geolfkpcjeeoblejgpfkkfhnihbnlfci
Officiële URL https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci
Beschrijving This extension shows the remaining GBs for current bill cycle
Bestandsgrootte 531 KB
Aantal Installaties 57
Huidige Versie 1.30
Laatst Bijgewerkt 2016-09-18
Publicatiedatum 2016-09-18
Beoordeling 4.38/5 Totaal 8 Beoordelingen
Ontwikkelaar sumeet shah
Betalingswijze free
Ondersteunde Talen 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"
    }
}