UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Hvad er UW-Madison Schedule Download?

UW-Madison Schedule Download er en Chrome-udvidelse udviklet af max.s.maeder, og dens hovedfunktion er "Download your UW-Madison schedule as a file.".

Udvidelsesskærmbilleder

screenshot

Download UW-Madison Schedule Download-udvidelses-CRX-fil

Download UW-Madison Schedule Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Officiel URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Beskrivelse Download your UW-Madison schedule as a file.
Filstørrelse 88.79 KB
Antal Installationer 266
Nuværende Version 1.0.1
Senest Opdateret 2022-09-11
Udgivelsesdato 2022-09-11
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler max.s.maeder
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Understøttede Sprog 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
}