UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

Co je UW-Madison Schedule Download?

UW-Madison Schedule Download je rozšíření Chrome vyvinuté max.s.maeder, a jeho hlavní funkcí je „Download your UW-Madison schedule as a file.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření UW-Madison Schedule Download

Stáhněte si soubory rozšíření UW-Madison Schedule Download ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
Oficiální URL https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Popis Download your UW-Madison schedule as a file.
Velikost souboru 88.79 KB
Počet instalací 266
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-09-11
Datum Vydání 2022-09-11
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář max.s.maeder
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Podporované Jazyky 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
}