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 https://baraa.ca, and its main feature is "Export your University of Waterloo class schedule directly from Quest.".
Extension Screenshots
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
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.
Extension Basic Information
Name | uWaterloo Schedule Exporter |
ID | epamhdpboimbcdgokgldffcdkfmbmajg |
Official URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg |
Description | Export your University of Waterloo class schedule directly from Quest. |
File Size | 94.32 KB |
Installation Count | 2,903 |
Current Version | 1.6 |
Last Updated | 2018-02-22 |
Publish Date | 2018-02-22 |
Rating | 4.46/5 Total 37 Ratings |
Developer | https://baraa.ca |
Payment Type | free |
Supported Languages | 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" ] } ] } |