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”。

扩展截图

screenshot
screenshot

下载ECSU Course Schedule Assistant扩展crx文件

下载ECSU Course Schedule Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}