WhatsTheUsage

A graphical usage meter for displaying Internode broadband data usage.

Co to jest WhatsTheUsage?

WhatsTheUsage to rozszerzenie Chrome opracowane przez whatstheusage, a jego główną funkcją jest „A graphical usage meter for displaying Internode broadband data usage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WhatsTheUsage

Pobierz pliki rozszerzeń WhatsTheUsage 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WhatsTheUsage WhatsTheUsage
ID pcngeafamdfbiaabjgmhaeldmkhhjpkg
Oficjalny URL https://chromewebstore.google.com/detail/whatstheusage/pcngeafamdfbiaabjgmhaeldmkhhjpkg
Opis A graphical usage meter for displaying Internode broadband data usage.
Rozmiar pliku 265 KB
Liczba instalacji 436
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2015-12-17
Data Publikacji 2015-12-16
Ocena 3.88/5 Łącznie 17 Oceny
Deweloper whatstheusage
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": "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"
}