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.”。
扩展截图
下载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 |
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\/*" ] } |