uWaterloo Alter Schedule Creator

Create a schedule from the other sections of your lectures; in case you ever miss your own

uWaterloo Alter Schedule Creatorคืออะไร?

uWaterloo Alter Schedule Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WiL และคุณลักษณะหลักของมันคือ "Create a schedule from the other sections of your lectures; in case you ever miss your own"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uWaterloo Alter Schedule Creator

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

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

                        If you've ever missed a lecture, you've probably tried attending another section to make up. If you happen to miss a lot of lectures, why not create a calendar to see all your other options in one place?

This extension finds all the lectures from other sections and turns that information into a file that you can import into your calendar. Next time you sleep in for that early morning class, just check your calendar and try attending a later section! Or even better, create your own schedule from scratch! Mix and match with the other sections until you have a schedule that fits you (and your sleeping habits).

After installing, head on over to Quest -> Enroll. By default, your schedule will be in list view, and here you can select the lectures that you'd like to have in the calendar. When you're ready, just hit "Download Alter Schedule" to get your .ics file, and then import it into your calendar!                    

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

ชื่อ uWaterloo Alter Schedule Creator uWaterloo Alter Schedule Creator
ID hgekdncfepbbjckngdphhkdbbecccolk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uwaterloo-alter-schedule/hgekdncfepbbjckngdphhkdbbecccolk
คำอธิบาย Create a schedule from the other sections of your lectures; in case you ever miss your own
ขนาดไฟล์ 13.75 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2019-08-06
วันที่เผยแพร่ 2019-08-05
ผู้พัฒนา WiL
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Alter Schedule Creator",
    "short_name": "UW alt schedule",
    "version": "1.1.5",
    "description": "Create a schedule from the other sections of your lectures; in case you ever miss your own",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/cors-anywhere.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "main.js"
            ]
        }
    ]
}