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