UW Class Schedule Exporter

Export your University of Waterloo class schedule to your calendar

Was ist UW Class Schedule Exporter?

UW Class Schedule Exporter ist eine Chrome-Erweiterung, die von https://keanulee.com entwickelt wurde, und ihr Hauptmerkmal ist "Export your University of Waterloo class schedule to your calendar".

Erweiterungsscreenshots

screenshot

UW Class Schedule Exporter-Erweiterungs-CRX-Datei herunterladen

Laden Sie UW Class Schedule Exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you tired of typing your university class schedule into your calendar application? Get UW Class Schedule to ICS and export your entire University of Waterloo class schedule, including lectures, tutorials, labs, seminars, and midterms, in one click. You can import the generated iCalendar (.ics) file into many popular calendar applications, including Outlook, OS X Calendar, and Google Calendar.

Features:
* Export your University of Waterloo class schedule by clicking "Download"
* Includes all class components (lectures, tutorials, midterms, etc.)
* Classroom information in the Location field, where it belongs
* Recurring events until the last day of classes
* Detailed class information in the Description field
* Absolutely free, no in-app purchases, and no ads - the way apps should be

Disclaimer:
Not affiliated with or endorsed by the University of Waterloo. UW Class Schedule to ICS is provided "as is" without warranty of any kind, either express of implied, and support may be terminated at any time. Outlook, OS X Calendar, and Google Calendar are registered trademarks of their respective owners.                    

Grundlegende Informationen zur Erweiterung

Name UW Class Schedule Exporter UW Class Schedule Exporter
ID fdblgakcbbgcghehdiainelnhojenfpe
Offizielle URL https://chromewebstore.google.com/detail/uw-class-schedule-exporte/fdblgakcbbgcghehdiainelnhojenfpe
Beschreibung Export your University of Waterloo class schedule to your calendar
Dateigröße 48.56 KB
Installationsanzahl 339
Aktuelle Version 1.1
Letztes Update 2015-01-09
Veröffentlichungsdatum 2015-01-09
Bewertung 5.00/5 Insgesamt 11 Bewertungen
Entwickler https://keanulee.com
Zahlungsart free
Erweiterungswebsite http://keanulee.com/me/projects.php
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UW Class Schedule Exporter",
    "version": "1.1",
    "description": "Export your University of Waterloo class schedule to your calendar",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quest.pecs.uwaterloo.ca\/*"
            ],
            "all_frames": true,
            "js": [
                "jquery-1.9.1.min.js",
                "content_script.js"
            ]
        }
    ]
}