Banner Web Calendar Exporter (WPI)

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

¿Qué es Banner Web Calendar Exporter (WPI)?

Banner Web Calendar Exporter (WPI) es una extensión de Chrome desarrollada por Paul Roberts, y su función principal es "Generate an ICS for Google Cal, iCal, etc from BannerWeb".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Banner Web Calendar Exporter (WPI)

Descarga archivos de extensión Banner Web Calendar Exporter (WPI) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Banner Web Calendar Exporter (WPI) Banner Web Calendar Exporter (WPI)
ID nmgnobnpdapcjgafgjgekmbnblmnmmmc
URL Oficial https://chromewebstore.google.com/detail/banner-web-calendar-expor/nmgnobnpdapcjgafgjgekmbnblmnmmmc
Descripción Generate an ICS for Google Cal, iCal, etc from BannerWeb
Tamaño del Archivo 28.96 KB
Cantidad de Instalaciones 277
Versión Actual 1.0.2
Última Actualización 2015-06-27
Fecha de Publicación 2015-06-27
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador Paul Roberts
Tipo de Pago free
Sitio Web de la Extensión https://github.com/paul-roberts-vt/BannerwebCalendarExporterWPI
Idiomas Soportados 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
}