ECSU Course Schedule Assistant
Determines possible schedules for a list of courses
ECSU Course Schedule Assistant란 무엇입니까?
ECSU Course Schedule Assistant은(는) garrett.dancik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Determines possible schedules for a list of courses"입니다.
확장 프로그램 스크린샷
ECSU Course Schedule Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is an extension to help Eastern Connecticut State University students select their schedules. From Eastern's schedule of classes page, a student can enter courses that he/she wishes to take, such as CSC 210, MAT 243, AST 214, COM 100 The extension then displays a new page showing available schedules, ensuring that no time conflicts exist. Students can then apply further filters, by choosing to include or exclude specific sections of a course. Note that this extension treats all courses as semester long courses. Note that this extension is provided "as is", without warranty of any kind, express or implied. Created by Garrett Dancik, Brett Fowler, and Dylan Sylvestor. New in version 1.3: Allow for "-P" courses
확장 프로그램 기본 정보
이름 | ECSU Course Schedule Assistant |
ID | kgjbecnmdmplkdnjpmkjgajimajjlffg |
공식 URL | https://chromewebstore.google.com/detail/ecsu-course-schedule-assi/kgjbecnmdmplkdnjpmkjgajimajjlffg |
설명 | Determines possible schedules for a list of courses |
파일 크기 | 14.36 KB |
설치 횟수 | 72 |
현재 버전 | 1.3 |
최근 업데이트 | 2018-10-27 |
출시 날짜 | 2018-10-27 |
개발자 | garrett.dancik |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gdancik.github.io/EasternScheduler/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ECSU Course Schedule Assistant", "description": "Determines possible schedules for a list of courses", "version": "1.3", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "browser_action": { "default_title": "Click and follow steps to see possible schedules", "default_popup": "popup.html" } } |