uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
什么是uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter是由https://baraa.ca开发的Chrome扩展程序,该扩展的主要功能是“Export your University of Waterloo class schedule directly from Quest.”。
扩展截图
下载uWaterloo Schedule Exporter扩展crx文件
下载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 |
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" ] } ] } |