uWaterloo Schedule Exporter

Export your University of Waterloo class schedule directly from Quest.

Qu'est-ce que uWaterloo Schedule Exporter ?

uWaterloo Schedule Exporter est une extension Chrome développée par Xierumeng, et sa fonction principale est "Export your University of Waterloo class schedule directly from Quest.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension uWaterloo Schedule Exporter

Téléchargez les fichiers d'extension uWaterloo Schedule Exporter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom uWaterloo Schedule Exporter uWaterloo Schedule Exporter
ID kfdoehlfchipdmgngnabhaaggdmodgdk
URL Officiel https://chromewebstore.google.com/detail/uwaterloo-schedule-export/kfdoehlfchipdmgngnabhaaggdmodgdk
Description Export your University of Waterloo class schedule directly from Quest.
Taille du Fichier 290 KB
Nombre d'Installations 144
Version Actuelle 1.9
Dernière Mise à Jour 2021-08-27
Date de Publication 2018-10-27
Évaluation 5.00/5 Total 1 Évaluations
Développeur Xierumeng
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Xierumeng/uwaterloo-schedule-exporter
Langues Prises en Charge 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"
            ]
        }
    ]
}