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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |