Videotron Internet Usage Monitor
Monitor your monthly Videotron Internet quota.
Cos'è Videotron Internet Usage Monitor?
Videotron Internet Usage Monitor è un'estensione di Chrome sviluppata da https://frenchcoding.com, e la sua funzione principale è "Monitor your monthly Videotron Internet quota.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Videotron Internet Usage Monitor
Scarica i file di estensione Videotron Internet Usage 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
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
Informazioni di Base sull'Estensione
Nome | Videotron Internet Usage Monitor |
ID | fnhepcakkcnkaehfhpagimbbkpelkdha |
URL Ufficiale | https://chromewebstore.google.com/detail/videotron-internet-usage/fnhepcakkcnkaehfhpagimbbkpelkdha |
Descrizione | Monitor your monthly Videotron Internet quota. |
Dimensione del File | 124 KB |
Conteggio Installazioni | 264 |
Versione Corrente | 0.6.8 |
Ultimo Aggiornamento | 2014-06-26 |
Data di Pubblicazione | 2014-06-25 |
Valutazione | 4.10/5 Totale 39 Valutazioni |
Sviluppatore | https://frenchcoding.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/ |
URL della Pagina di Aiuto | http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/#respond |
Lingue Supportate | 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\/*" ] } |