WPI Schedule Exporter (2017 Version)
Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
What is WPI Schedule Exporter (2017 Version)?
WPI Schedule Exporter (2017 Version) is a Chrome extension developed by jpinz, and its main feature is "Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.".
Extension Screenshots
Download WPI Schedule Exporter (2017 Version) Extension CRX File
Download WPI Schedule Exporter (2017 Version) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WPI Schedule Exporter (2017 Version) |
ID | copagoajfncgkfpfnlcmmonhdioobcop |
Official URL | https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop |
Description | Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb. |
File Size | 59.64 KB |
Installation Count | 15 |
Current Version | 1.3.0 |
Last Updated | 2019-08-22 |
Publish Date | 2019-08-22 |
Developer | jpinz |
Payment Type | free |
Extension Website | https://github.com/jpinz/WPIBannerWebICSExporter |
Supported Languages | 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 } |