WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Cos'è WhatsTheUsage?

WhatsTheUsage è un'estensione di Chrome sviluppata da whatstheusage, e la sua funzione principale è "A graphical usage meter for displaying Internode broadband data usage.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione WhatsTheUsage

Scarica i file di estensione WhatsTheUsage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
URL Ufficiale https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Descrizione A graphical usage meter for displaying Internode broadband data usage.
Dimensione del File 265 KB
Conteggio Installazioni 436
Versione Corrente 0.0.4
Ultimo Aggiornamento 2015-12-17
Data di Pubblicazione 2015-12-16
Valutazione 3.88/5 Totale 17 Valutazioni
Sviluppatore whatstheusage
Tipo di Pagamento free
Lingue Supportate 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"
}