uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

What is uWaterloo Schedule Exporter?

uWaterloo Schedule Exporter is a Chrome extension developed by Xierumeng, and its main feature is "Export your University of Waterloo class schedule directly from Quest.".

Extension Screenshots

screenshot

Download uWaterloo Schedule Exporter Extension CRX File

Download uWaterloo Schedule Exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.

This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work.                    

Extension Basic Information

Name uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
Official URL https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
Description Export your University of Waterloo class schedule directly from Quest.
File Size 290 KB
Installation Count 144
Current Version 1.9
Last Updated 2021-08-27
Publish Date 2018-10-27
Rating 5.00/5 Total 1 Ratings
Developer Xierumeng
Email [email protected]
Payment Type free
Extension Website https://github.com/Xierumeng/uwaterloo-schedule-exporter
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.9",
    "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"
            ]
        }
    ]
}