Airtel Balance Quota
This extension shows the remaining GBs for current bill cycle
Co to jest Airtel Balance Quota?
Airtel Balance Quota to rozszerzenie Chrome opracowane przez sumeet shah, a jego główną funkcją jest „This extension shows the remaining GBs for current bill cycle”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Airtel Balance Quota
Pobierz pliki rozszerzeń Airtel Balance Quota w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension shows the remaining GBs for current bill cycle Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | geolfkpcjeeoblejgpfkkfhnihbnlfci |
| Oficjalny URL | https://chromewebstore.google.com/detail/airtel-balance-quota/geolfkpcjeeoblejgpfkkfhnihbnlfci |
| Opis | This extension shows the remaining GBs for current bill cycle |
| Rozmiar pliku | 531 KB |
| Liczba instalacji | 57 |
| Aktualna Wersja | 1.30 |
| Ostatnia Aktualizacja | 2016-09-18 |
| Data Publikacji | 2016-09-18 |
| Ocena | 4.38/5 Łącznie 8 Oceny |
| Deweloper | sumeet shah |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |