uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Co to jest uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter to rozszerzenie Chrome opracowane przez https://baraa.ca, a jego główną funkcją jest „Export your University of Waterloo class schedule directly from Quest.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia uWaterloo Schedule Exporter
Pobierz pliki rozszerzeń uWaterloo Schedule Exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | uWaterloo Schedule Exporter |
ID | epamhdpboimbcdgokgldffcdkfmbmajg |
Oficjalny URL | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg |
Opis | Export your University of Waterloo class schedule directly from Quest. |
Rozmiar pliku | 94.32 KB |
Liczba instalacji | 2,903 |
Aktualna Wersja | 1.6 |
Ostatnia Aktualizacja | 2018-02-22 |
Data Publikacji | 2018-02-22 |
Ocena | 4.46/5 Łącznie 37 Oceny |
Deweloper | https://baraa.ca |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |