ISP Network CAP Monitor

ISP Network CAP Monitor

Cos'è ISP Network CAP Monitor?

ISP Network CAP Monitor è un'estensione di Chrome sviluppata da Peter Kellner, e la sua funzione principale è "ISP Network CAP Monitor".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ISP Network CAP Monitor

Scarica i file di estensione ISP Network CAP Monitor 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

                        This extension is used to keep track of how much bandwidth you have used against a typical router on a monthly basis.

The current version only works with the NetGear ORBI router though if you would like another router supported, please contact me at the email associated with this extension.


It uses a URL to get this data and stores configuration information for tracking bandwidth left.  It refreshes based on the number of minutes you set.                    

Informazioni di Base sull'Estensione

Nome ISP Network CAP Monitor ISP Network CAP Monitor
ID egjjjbjllkgohhijnjbgndodcmbobkhi
URL Ufficiale https://chromewebstore.google.com/detail/isp-network-cap-monitor/egjjjbjllkgohhijnjbgndodcmbobkhi
Descrizione ISP Network CAP Monitor
Dimensione del File 136 KB
Conteggio Installazioni 127
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2019-08-25
Data di Pubblicazione 2019-08-19
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Peter Kellner
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ISP Network CAP Monitor",
    "description": "ISP Network CAP Monitor",
    "version": "0.0.0.2",
    "author": "Peter Kellner",
    "browser_action": {
        "default_icon": "icons\/icon48.png",
        "default_popup": "popup.html",
        "default_title": "ISP Bandwidth Monitor"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "alarms"
    ]
}