Videotron Internet Usage Monitor

Monitor your monthly Videotron Internet quota.

Videotron Internet Usage Monitor क्या है?

Videotron Internet Usage Monitor https://frenchcoding.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Monitor your monthly Videotron Internet quota."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Videotron Internet Usage Monitor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}