uWaterloo Schedule Exporter
Export your University of Waterloo class schedule directly from Quest.
Cos'è uWaterloo Schedule Exporter?
uWaterloo Schedule Exporter è un'estensione di Chrome sviluppata da https://baraa.ca, e la sua funzione principale è "Export your University of Waterloo class schedule directly from Quest.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione uWaterloo Schedule Exporter
Scarica i file di estensione uWaterloo Schedule Exporter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | uWaterloo Schedule Exporter |
ID | epamhdpboimbcdgokgldffcdkfmbmajg |
URL Ufficiale | https://chromewebstore.google.com/detail/uwaterloo-schedule-export/epamhdpboimbcdgokgldffcdkfmbmajg |
Descrizione | Export your University of Waterloo class schedule directly from Quest. |
Dimensione del File | 94.32 KB |
Conteggio Installazioni | 2,903 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2018-02-22 |
Data di Pubblicazione | 2018-02-22 |
Valutazione | 4.46/5 Totale 37 Valutazioni |
Sviluppatore | https://baraa.ca |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |