Airtel Balance Quota

This extension shows the remaining GBs for current bill cycle

Co je Airtel Balance Quota?

Airtel Balance Quota je rozšíření Chrome vyvinuté sumeet shah, a jeho hlavní funkcí je „This extension shows the remaining GBs for current bill cycle“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Airtel Balance Quota

Stáhněte si soubory rozšíření Airtel Balance Quota ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension shows the remaining GBs for current bill cycle                    

Základní Informace o Rozšíření

Název Airtel Balance Quota Airtel Balance Quota
ID geolfkpcjeeoblejgpfkkfhnihbnlfci
Oficiální URL https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci
Popis This extension shows the remaining GBs for current bill cycle
Velikost souboru 531 KB
Počet instalací 57
Aktuální Verze 1.30
Poslední Aktualizace 2016-09-18
Datum Vydání 2016-09-18
Hodnocení 4.38/5 Celkem 8 Hodnocení
Vývojář sumeet shah
Typ Platby free
Podporované Jazyky 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"
    }
}