WhatsTheUsage
A graphical usage meter for displaying Internode broadband data usage.
Wat is WhatsTheUsage?
WhatsTheUsage is een Chrome-extensie ontwikkeld door whatstheusage, en de belangrijkste functie is "A graphical usage meter for displaying Internode broadband data usage.".
Extensie Screenshots
Download het CRX-bestand van de extensie WhatsTheUsage
Download WhatsTheUsage-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
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.
Basisinformatie over de Extensie
Naam | WhatsTheUsage |
ID | pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Officiële URL | https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg |
Beschrijving | A graphical usage meter for displaying Internode broadband data usage. |
Bestandsgrootte | 265 KB |
Aantal Installaties | 436 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2015-12-17 |
Publicatiedatum | 2015-12-16 |
Beoordeling | 3.88/5 Totaal 17 Beoordelingen |
Ontwikkelaar | whatstheusage |
Betalingswijze | free |
Ondersteunde Talen | 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" } |