ECSU Course Schedule Assistant
Determines possible schedules for a list of courses
ECSU Course Schedule Assistant क्या है?
ECSU Course Schedule Assistant garrett.dancik द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Determines possible schedules for a list of courses"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ECSU Course Schedule Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |