Airtel Data Usage

This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.

Wat is Airtel Data Usage?

Airtel Data Usage is een Chrome-extensie ontwikkeld door Ravi Kumar Nimmi, en de belangrijkste functie is "This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Airtel Data Usage

Download Airtel Data Usage-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

                        You can see your remaining internet balance on the extension icon. This extension is not official and is not developed by Airtel Telecommunications.                    

Basisinformatie over de Extensie

Naam Airtel Data Usage Airtel Data Usage
ID nkfdjeajgnkaalgkmkijbokclbkbgmoe
Officiële URL https://chromewebstore.google.com/detail/airtel-data-usage/nkfdjeajgnkaalgkmkijbokclbkbgmoe
Beschrijving This extension is a graphical tool to check your remaining data balance and analyze your past airtel broadband internet usage.
Bestandsgrootte 1.11 MB
Aantal Installaties 141
Huidige Versie 3.0.2
Laatst Bijgewerkt 2020-05-28
Publicatiedatum 2020-05-28
Beoordeling 4.42/5 Totaal 12 Beoordelingen
Ontwikkelaar Ravi Kumar Nimmi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}