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 Xierumeng, e la sua funzione principale è "Export your University of Waterloo class schedule directly from Quest.".

Screenshot dell'Estensione

screenshot

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

                        NEW INSTRUCTIONS 2021-08-27: Go to **Class Schedule**, select the term, then select **Weekly Calendar View** and return to **List View**. Switching back and forth is required to load the document so the extension can recognize this event.

This is a fork from the original author's project (Baraa Hamodi). I (Xierumeng) have permission to modify and publish their work.                    

Informazioni di Base sull'Estensione

Nome uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
URL Ufficiale https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
Descrizione Export your University of Waterloo class schedule directly from Quest.
Dimensione del File 290 KB
Conteggio Installazioni 144
Versione Corrente 1.9
Ultimo Aggiornamento 2021-08-27
Data di Pubblicazione 2018-10-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Xierumeng
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Xierumeng/uwaterloo-schedule-exporter
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uWaterloo Schedule Exporter",
    "version": "1.9",
    "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"
            ]
        }
    ]
}