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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            ]
        }
    ]
}