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 |
官方網址 | 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 } |