WPI Schedule Exporter (2017 Version)
Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.
什么是WPI Schedule Exporter (2017 Version)?
WPI Schedule Exporter (2017 Version)是由jpinz开发的Chrome扩展程序,该扩展的主要功能是“Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb.”。
扩展截图
下载WPI Schedule Exporter (2017 Version)扩展crx文件
下载WPI Schedule Exporter (2017 Version)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | WPI Schedule Exporter (2017 Version) |
ID | copagoajfncgkfpfnlcmmonhdioobcop |
官方URL | https://chromewebstore.google.com/detail/wpi-schedule-exporter-201/copagoajfncgkfpfnlcmmonhdioobcop |
简介 | Generate an ICS for Google Cal, iCal, etc from WPI BannerWeb. |
文件大小 | 59.64 KB |
安装次数 | 15 |
当前版本 | 1.3.0 |
更新时间 | 2019-08-22 |
上架时间 | 2019-08-22 |
开发者 | jpinz |
付费类型 | free |
扩展官网 | https://github.com/jpinz/WPIBannerWebICSExporter |
支持的语言 | 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 } |