Videotron Internet Usage Monitor

Monitor your monthly Videotron Internet quota.

¿Qué es Videotron Internet Usage Monitor?

Videotron Internet Usage Monitor es una extensión de Chrome desarrollada por https://frenchcoding.com, y su función principal es "Monitor your monthly Videotron Internet quota.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Videotron Internet Usage Monitor

Descarga archivos de extensión Videotron Internet Usage Monitor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Monitor your Videotron internet monthly quota.

Get notifications when you've reached your limit, or will reach it at the current rate.

You simply need to enter your Videotron API User Key in the options.
Don't know your Videotron User Key? You can find it in your Videotron Customer Center, in the User Key tab of the Your Profile page, or directly here:
https://www.videotron.com/client/user-management/secur/InitProfile.do?dispatch=initProfile&tab=token&lang=en                    

Información Básica de la Extensión

Nombre Videotron Internet Usage Monitor Videotron Internet Usage Monitor
ID fnhepcakkcnkaehfhpagimbbkpelkdha
URL Oficial https://chromewebstore.google.com/detail/videotron-internet-usage/fnhepcakkcnkaehfhpagimbbkpelkdha
Descripción Monitor your monthly Videotron Internet quota.
Tamaño del Archivo 124 KB
Cantidad de Instalaciones 264
Versión Actual 0.6.8
Última Actualización 2014-06-26
Fecha de Publicación 2014-06-25
Calificación 4.10/5 Total de 39 Calificaciones
Desarrollador https://frenchcoding.com
Tipo de Pago free
Sitio Web de la Extensión http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/
URL de la Página de Ayuda http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/#respond
Idiomas Soportados en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "0.6.8",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "Images\/icon-16.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "Images\/icon-16.png",
        "32": "Images\/icon-32.png",
        "64": "Images\/icon-64.png",
        "128": "Images\/icon-128.png"
    },
    "permissions": [
        "background",
        "notifications",
        "https:\/\/www.videotron.com\/*"
    ]
}