ECSU Course Schedule Assistant

Determines possible schedules for a list of courses

ECSU Course Schedule Assistantคืออะไร?

ECSU Course Schedule Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย garrett.dancik และคุณลักษณะหลักของมันคือ "Determines possible schedules for a list of courses"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ECSU Course Schedule Assistant

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}