WPI Schedule Exporter (2017 Version)

Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.

O que é WPI Schedule Exporter (2017 Version)?

WPI Schedule Exporter (2017 Version) é uma extensão do Chrome desenvolvida por jpinz, e sua principal característica é "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WPI Schedule Exporter (2017 Version)

Baixe arquivos de extensão WPI Schedule Exporter (2017 Version) 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

                        Chrome extension to export an ICS from your WPI Bannerweb Concise schedule so you can have your schedule on any calendar software. Instead of doing it manually.

Instructions:
1. Bannerweb
2. Student Services & Financial Aid
3. Registration
4. Student Detail Schedule
5. Select Term - IMPORTANT
6. Click Download
7. Import ICS into calendar app of choice

As of now, I've only gotten it to work on Outlook for Windows, and the built in Windows 10 Calendar. Not the Online version.                    

Informações Básicas da Extensão

Nome WPI Schedule Exporter (2017 Version) WPI Schedule Exporter (2017 Version)
ID copagoajfncgkfpfnlcmmonhdioobcop
URL Oficial https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop
Descrição Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
Tamanho do Arquivo 59.64 KB
Contagem de Instalações 15
Versão Atual 1.3.0
Última Atualização 2019-08-22
Data de Publicação 2019-08-22
Desenvolvedor jpinz
Tipo de Pagamento free
Site da Extensão https://github.com/jpinz/WPIBannerWebICSExporter
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WPI Schedule Exporter (2017 Version)",
    "description": "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.",
    "version": "1.3.0",
    "author": "Julian Pinzer (http:\/\/github.com\/jpinz)",
    "permissions": [
        "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
    ],
    "web_accessible_resources": [
        "jquery-3.2.1.min.js",
        "makeschedule.js",
        "ics.deps.min.js",
        "ics.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "ics.deps.min.js",
                "ics.min.js",
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}