VIPKid+

One-click scheduling

VIPKid+คืออะไร?

VIPKid+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Beroff และคุณลักษณะหลักของมันคือ "One-click scheduling"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VIPKid+

ดาวน์โหลดไฟล์ส่วนขยาย VIPKid+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension improves upon the scheduling tool on the VIPKid teacher portal. Instead of repeatedly opening the same slots every week and switching them to short notice (if that's your thing), you can just select the checkboxes for the slots you want. The checkboxes will remain checked week to week, or if you refresh the page, which means opening new slots is as simple as clicking the 'open' button. If you want to close them back up, just click the 'close' button. You can also select an entire day, or an entire row of slots by clicking on the day or time numbers.


1.)  Install the VIPKID+ extension into your web browser.

2.)  Log in to the VIPKID teacher portal.

3.) Open your bookings tab and unlock your schedule in the top right hand corner.

4.) Select the time slots you would like to open by marking each slot with a check box. Alternatively, you can select an entire day by clicking on the day, or select an entire row by clicking the indicated time in that row. 

5.)  If you would like to mark each of your classes as “short notice” check the “short notice” check box at the top of the schedule. Skip this step if you do not want to book short notice classes.

6.)  Click the orange “open” button at the top of the schedule.

7.) DONE! Your schedule should be changed and slots open, ready to be booked!

8.) Week to week, your original selected check boxes will stay checked (even if you refresh the page), so all you have to do is click “open” on the following weeks to open those slots. You can select the “close” button at the top of the schedule at any time to close all of your checked slots. You can also uncheck any boxes you wish and rearrange your schedule at any time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VIPKid+ VIPKid+
ID jkegafcmfkiomkbkakkiepdbcmjjdpmi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vipkid+/jkegafcmfkiomkbkakkiepdbcmjjdpmi
คำอธิบาย One-click scheduling
ขนาดไฟล์ 12.53 KB
จำนวนการติดตั้ง 536
เวอร์ชันปัจจุบัน 1.12
อัปเดตครั้งล่าสุด 2020-04-26
วันที่เผยแพร่ 2020-04-26
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา David Beroff
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://awesomeamericanaudio.com/legal/privacy.php
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIPKid+",
    "short_name": "VIPKid+",
    "version": "1.12",
    "description": "One-click scheduling",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/t.vipkid.com.cn\/tp\/booking\/course",
                "https:\/\/www.vipkidteachers.com\/tp\/booking\/course",
                "https:\/\/www.vipkid.com\/tp\/booking\/course"
            ],
            "css": [
                "vkp-override.css"
            ],
            "js": [
                "VIPKid+.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}