uWaterloo Alter Schedule Creator
Create a schedule from the other sections of your lectures; in case you ever miss your own
uWaterloo Alter Schedule Creator란 무엇입니까?
uWaterloo Alter Schedule Creator은(는) WiL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create a schedule from the other sections of your lectures; in case you ever miss your own"입니다.
확장 프로그램 스크린샷
uWaterloo Alter Schedule Creator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you've ever missed a lecture, you've probably tried attending another section to make up. If you happen to miss a lot of lectures, why not create a calendar to see all your other options in one place? This extension finds all the lectures from other sections and turns that information into a file that you can import into your calendar. Next time you sleep in for that early morning class, just check your calendar and try attending a later section! Or even better, create your own schedule from scratch! Mix and match with the other sections until you have a schedule that fits you (and your sleeping habits). After installing, head on over to Quest -> Enroll. By default, your schedule will be in list view, and here you can select the lectures that you'd like to have in the calendar. When you're ready, just hit "Download Alter Schedule" to get your .ics file, and then import it into your calendar!
확장 프로그램 기본 정보
이름 | uWaterloo Alter Schedule Creator |
ID | hgekdncfepbbjckngdphhkdbbecccolk |
공식 URL | https://chromewebstore.google.com/detail/uwaterloo-alter-schedule/hgekdncfepbbjckngdphhkdbbecccolk |
설명 | Create a schedule from the other sections of your lectures; in case you ever miss your own |
파일 크기 | 13.75 KB |
설치 횟수 | 14 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2019-08-06 |
출시 날짜 | 2019-08-05 |
개발자 | WiL |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uWaterloo Alter Schedule Creator", "short_name": "UW alt schedule", "version": "1.1.5", "description": "Create a schedule from the other sections of your lectures; in case you ever miss your own", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/cors-anywhere.herokuapp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/quest.pecs.uwaterloo.ca\/*" ], "all_frames": true, "js": [ "main.js" ] } ] } |