CourseOff Registration for UMD
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
O que é CourseOff Registration for UMD?
CourseOff Registration for UMD é uma extensão do Chrome desenvolvida por vcapra1, e sua principal característica é "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CourseOff Registration for UMD
Baixe arquivos de extensão CourseOff Registration for UMD 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 extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.
Informações Básicas da Extensão
Nome | CourseOff Registration for UMD |
ID | mahehfffnjnmiggjhmgbdaphmbhghjhe |
URL Oficial | https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe |
Descrição | This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly… |
Tamanho do Arquivo | 202 KB |
Contagem de Instalações | 138 |
Versão Atual | 0.1.0 |
Última Atualização | 2019-05-20 |
Data de Publicação | 2019-05-19 |
Desenvolvedor | vcapra1 |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CourseOff Registration for UMD", "version": "0.1.0", "content_scripts": [ { "matches": [ "https:\/\/umd.courseoff.com\/workspace*" ], "js": [ "jquery-3.4.1.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |