Videotron Internet Usage Monitor

Monitor your monthly Videotron Internet quota.

Videotron Internet Usage Monitorคืออะไร?

Videotron Internet Usage Monitor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frenchcoding.com และคุณลักษณะหลักของมันคือ "Monitor your monthly Videotron Internet quota."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Videotron Internet Usage Monitor

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}