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