Videotron Internet Usage Monitor

Monitor your monthly Videotron Internet quota.

Τι είναι το Videotron Internet Usage Monitor;

Το Videotron Internet Usage Monitor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://frenchcoding.com, και η κύρια λειτουργία του είναι "Monitor your monthly Videotron Internet quota.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Videotron Internet Usage Monitor

Λήψη αρχείων επέκτασης Videotron Internet Usage Monitor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Videotron Internet Usage Monitor Videotron Internet Usage Monitor
ID fnhepcakkcnkaehfhpagimbbkpelkdha
Επίσημο URL https://chromewebstore.google.com/detail/videotron-internet-usage/fnhepcakkcnkaehfhpagimbbkpelkdha
Περιγραφή Monitor your monthly Videotron Internet quota.
Μέγεθος Αρχείου 124 KB
Αριθμός Εγκαταστάσεων 264
Τρέχουσα Έκδοση 0.6.8
Τελευταία Ενημέρωση 2014-06-26
Ημερομηνία Δημοσίευσης 2014-06-25
Αξιολόγηση 4.10/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής https://frenchcoding.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/
Διεύθυνση URL της Σελίδας Βοήθειας http://frenchcoding.com/2013/11/02/videotron-internet-usage-monitor/#respond
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}