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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |