UMich ScheduleMaker

Download an iCal file of your UMich Schedule!

O que é UMich ScheduleMaker?

UMich ScheduleMaker é uma extensão do Chrome desenvolvida por Sid Pagariya, e sua principal característica é "Download an iCal file of your UMich Schedule!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão UMich ScheduleMaker

Baixe arquivos de extensão UMich ScheduleMaker 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

                        ==== WINTER 2021 NOW SUPPORTED THROUGH STUDENT CENTER AND SCHEDULE BUILDER SUPPORTED ====

This is a simple tool to export your University of Michigan Schedule to an iCal file. You can use it on Student Center Homepage or in Schedule Builder as shown in the screenshots by simply clicking the extension icon when the page is done loading. Custom themed Wolverine Access (As shown in the first screenshot) extension called "Wolverify" also available!                    

Informações Básicas da Extensão

Nome UMich ScheduleMaker UMich ScheduleMaker
ID andfmpjcioflbnlgbpjbckhgdlhhkega
URL Oficial https://chrome.google.com/webstore/detail/umich-schedulemaker/andfmpjcioflbnlgbpjbckhgdlhhkega
Descrição Download an iCal file of your UMich Schedule!
Tamanho do Arquivo 94.06 KB
Contagem de Instalações 127
Versão Atual 1.4.1
Última Atualização 2020-12-13
Data de Publicação 2020-04-30
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Sid Pagariya
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/sidpagariya/MProjects/issues/
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMich ScheduleMaker",
    "version": "1.4.1",
    "description": "Download an iCal file of your UMich Schedule!",
    "icons": {
        "16": "icons\/ScheduleMaker-16x16.png",
        "32": "icons\/ScheduleMaker-32x32.png",
        "64": "icons\/ScheduleMaker-64x64.png",
        "128": "icons\/ScheduleMaker-128x128.png"
    },
    "page_action": {
        "default_icon": "icons\/ScheduleMaker-32x32.png",
        "default_title": "UMich Schedule to iCal"
    },
    "permissions": [
        "tabs",
        "downloads",
        "declarativeContent",
        "https:\/\/csprod.dsc.umich.edu\/*",
        "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/*",
        "https:\/\/umich.collegescheduler.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/ical.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csprod.dsc.umich.edu\/psp\/csprodnonop\/EMPLOYEE\/SA\/c\/SA_LEARNER_SERVICES.SSS_STUDENT_CENTER.GBL",
                "https:\/\/rawgit.com\/sidpagariya\/MProjects\/master\/Schedule-maker\/Schedule.html",
                "https:\/\/umich.collegescheduler.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/ical.min.js",
                "js\/content.js"
            ]
        }
    ],
    "manifest_version": 2
}