WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Qu'est-ce que WhatsTheUsage ?

WhatsTheUsage est une extension Chrome développée par whatstheusage, et sa fonction principale est "A graphical usage meter for displaying Internode broadband data usage.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WhatsTheUsage

Téléchargez les fichiers d'extension WhatsTheUsage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        WhatsTheUsage is a simple usage meter for displaying monthly data usage for Internode broadband customers. It shows the usage and quota for the current month, along with the usage history for each day of the current month and the average daily usage remaining.                    

Informations de Base sur l'Extension

Nom WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
URL Officiel https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Description A graphical usage meter for displaying Internode broadband data usage.
Taille du Fichier 265 KB
Nombre d'Installations 436
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-12-17
Date de Publication 2015-12-16
Évaluation 3.88/5 Total 17 Évaluations
Développeur whatstheusage
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WhatsTheUsage",
    "version": "0.0.4",
    "description": "A graphical usage meter for displaying Internode broadband data usage.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/customer-webtools-api.internode.on.net\/api\/*\/"
    ],
    "short_name": "WhatsTheUsage"
}