Airtel Data Usage
This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
Co to jest Airtel Data Usage?
Airtel Data Usage to rozszerzenie Chrome opracowane przez Ravi Kumar Nimmi, a jego główną funkcją jest „This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Airtel Data Usage
Pobierz pliki rozszerzeń Airtel Data Usage 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
You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.
Podstawowe informacje o rozszerzeniu
Nazwa | Airtel Data Usage |
ID | nkfdjeajgnkaalgkmkijbokclbkbgmoe |
Oficjalny URL | https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe |
Opis | This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage. |
Rozmiar pliku | 1.11 MB |
Liczba instalacji | 141 |
Aktualna Wersja | 3.0.2 |
Ostatnia Aktualizacja | 2020-05-28 |
Data Publikacji | 2020-05-28 |
Ocena | 4.42/5 Łącznie 12 Oceny |
Deweloper | Ravi Kumar Nimmi |
[email protected] | |
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 Data Usage", "description": "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.", "version": "3.0.2", "icons": { "128": "images\/icon.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "main.html" }, "web_accessible_resources": [ "images\/*.png" ], "background": { "scripts": [ "js\/jquery-2.2.1.min.js", "background.js" ] }, "permissions": [ "storage", "https:\/\/www.airtel.in\/", "http:\/\/122.160.230.125:8080\/" ] } |