WPI Schedule Exporter (2017 Version)

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

Qu'est-ce que WPI Schedule Exporter (2017 Version) ?

WPI Schedule Exporter (2017 Version) est une extension Chrome développée par jpinz, et sa fonction principale est "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WPI Schedule Exporter (2017 Version)

Téléchargez les fichiers d'extension WPI Schedule Exporter (2017 Version) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WPI Schedule Exporter (2017 Version) WPI Schedule Exporter (2017 Version)
ID copagoajfncgkfpfnlcmmonhdioobcop
URL Officiel https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop
Description Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
Taille du Fichier 59.64 KB
Nombre d'Installations 15
Version Actuelle 1.3.0
Dernière Mise à Jour 2019-08-22
Date de Publication 2019-08-22
Développeur jpinz
Type de Paiement free
Site Web de l'Extension https://github.com/jpinz/WPIBannerWebICSExporter
Langues Prises en Charge 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
}