UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Was ist UW-Madison Schedule Download?

UW-Madison Schedule Download ist eine Chrome-Erweiterung, die von max.s.maeder entwickelt wurde, und ihr Hauptmerkmal ist "Download your UW-Madison schedule as a file.".

Erweiterungsscreenshots

screenshot

UW-Madison Schedule Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie UW-Madison Schedule Download-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

                        Easily download your UW-Madison class schedule as an `.ical` file,
which can be imported to calendars such as Google Calendar or the Apple iCloud Calendar.

After installing, just navigate to your Course Schedule in MyUW, and press the "Download Schedule" button.                    

Grundlegende Informationen zur Erweiterung

Name UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Offizielle URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Beschreibung Download your UW-Madison schedule as a file.
Dateigröße 88.79 KB
Installationsanzahl 266
Aktuelle Version 1.0.1
Letztes Update 2022-09-11
Veröffentlichungsdatum 2022-09-11
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler max.s.maeder
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UW-Madison Schedule Download",
    "description": "Download your UW-Madison schedule as a file.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.wisc.edu\/portal\/p\/class-schedule*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "scripts\/*",
                "style\/*"
            ]
        }
    ],
    "manifest_version": 3
}