UW-Madison Schedule Download

Download your UW-Madison schedule as a file.

O que é UW-Madison Schedule Download?

UW-Madison Schedule Download é uma extensão do Chrome desenvolvida por max.s.maeder, e sua principal característica é "Download your UW-Madison schedule as a file.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UW-Madison Schedule Download

Baixe arquivos de extensão UW-Madison Schedule Download no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UW-Madison Schedule Download UW-Madison Schedule Download
ID jhidpigegcjbdjbdapojjnckgodpdlfh
URL Oficial https://chromewebstore.google.com/detail/uw-madison-schedule-downl/jhidpigegcjbdjbdapojjnckgodpdlfh
Descrição Download your UW-Madison schedule as a file.
Tamanho do Arquivo 88.79 KB
Contagem de Instalações 266
Versão Atual 1.0.1
Última Atualização 2022-09-11
Data de Publicação 2022-09-11
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor max.s.maeder
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/MaxMaeder/UW-Madison-Schedule-Downloader
Idiomas Suportados 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
}