Videotron Internet Usage Monitor

Monitor your monthly Videotron Internet quota.

什麼是Videotron Internet Usage Monitor?

Videotron Internet Usage Monitor是由https://frenchcoding.com開發的Chrome擴展程式,該擴展的主要功能是“Monitor your monthly Videotron Internet quota.”。

擴展截圖

screenshot
screenshot
screenshot

下載Videotron Internet Usage Monitor擴展crx文件

下載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
官方網址 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\/*"
    ]
}