uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

uWaterloo Schedule Exporterคืออะไร?

uWaterloo Schedule Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://baraa.ca และคุณลักษณะหลักของมันคือ "Export your University of Waterloo class schedule directly from Quest."

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

screenshot

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

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

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

                        Simply head over to "Academics" -> "Enroll" -> "My Class Schedule" and click on the "Download Schedule" button in the title. Be sure to be in "List View". Then you can import the .ics file into your preferred calendar application.                    

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

ชื่อ uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID epamhdpboimbcdgokgldffcdkfmbmajg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg
คำอธิบาย Export your University of Waterloo class schedule directly from Quest.
ขนาดไฟล์ 94.32 KB
จำนวนการติดตั้ง 2,903
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-02-22
วันที่เผยแพร่ 2018-02-22
คะแนน 4.46/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://baraa.ca
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.6",
    "description": "Export your University of Waterloo class schedule directly from Quest.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-2.2.3.min.js",
                "moment-with-locales.min.js",
                "main.js"
            ]
        }
    ]
}