ECSU Course Schedule Assistant
Determines possible schedules for a list of courses
O que é ECSU Course Schedule Assistant?
ECSU Course Schedule Assistant é uma extensão do Chrome desenvolvida por garrett.dancik, e sua principal característica é "Determines possible schedules for a list of courses".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ECSU Course Schedule Assistant
Baixe arquivos de extensão ECSU Course Schedule Assistant no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | ECSU Course Schedule Assistant |
ID | kgjbecnmdmplkdnjpmkjgajimajjlffg |
URL Oficial | https://chromewebstore.google.com/detail/ecsu-course-schedule-assi/kgjbecnmdmplkdnjpmkjgajimajjlffg |
Descrição | Determines possible schedules for a list of courses |
Tamanho do Arquivo | 14.36 KB |
Contagem de Instalações | 72 |
Versão Atual | 1.3 |
Última Atualização | 2018-10-27 |
Data de Publicação | 2018-10-27 |
Desenvolvedor | garrett.dancik |
Tipo de Pagamento | free |
Site da Extensão | https://gdancik.github.io/EasternScheduler/ |
Idiomas Suportados | 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" } } |