Banner Web Calendar Exporter (WPI)

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

O que é Banner Web Calendar Exporter (WPI)?

Banner Web Calendar Exporter (WPI) é uma extensão do Chrome desenvolvida por Paul Roberts, e sua principal característica é "Generate an ICS for Google Cal, iCal, etc from BannerWeb".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Banner Web Calendar Exporter (WPI)

Baixe arquivos de extensão Banner Web Calendar Exporter (WPI) 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

                        Allows users of Banner Web to download an entire semester schedule as a .ics file. This can be imported to various calendar applications including iCal and Google Calendar. This was designed to work with Worcester Polytechnic Institute's(WPI) bannerweb and may not work with others. Will save you a lot of time.
To use login to banner and then click Student Services & Financial Aid -> Registration -> Student Detail Schedule. Then press the large purple button on the top of the page.
Note: On days using the schedule from another day please refer to that day.
Based off of work by Evin Ugur.                    

Informações Básicas da Extensão

Nome Banner Web Calendar Exporter (WPI) Banner Web Calendar Exporter (WPI)
ID nmgnobnpdapcjgafgjgekmbnblmnmmmc
URL Oficial https://chromewebstore.google.com/detail/banner-web-calendar-expor/nmgnobnpdapcjgafgjgekmbnblmnmmmc
Descrição Generate an ICS for Google Cal, iCal, etc from BannerWeb
Tamanho do Arquivo 28.96 KB
Contagem de Instalações 277
Versão Atual 1.0.2
Última Atualização 2015-06-27
Data de Publicação 2015-06-27
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Paul Roberts
Tipo de Pagamento free
Site da Extensão https://github.com/paul-roberts-vt/BannerwebCalendarExporterWPI
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Banner Web Calendar Exporter (WPI)",
    "description": "Generate an ICS for Google Cal, iCal, etc from BannerWeb",
    "version": "1.0.2",
    "author": "Paul Roberts based off of work by Evin Ugur. https:\/\/github.com\/paul-roberts-vt\/BannerwebCalendarExporterWPI",
    "permissions": [
        "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
    ],
    "web_accessible_resources": [
        "makeSchedule.js",
        "ics.deps.min.js",
        "ics.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/bannerweb.wpi.edu\/pls\/prod\/*"
            ],
            "js": [
                "ics.deps.min.js",
                "ics.min.js",
                "app.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 2
}