CourseOff Registration for UMD
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…
Apa itu CourseOff Registration for UMD?
CourseOff Registration for UMD adalah ekstensi Chrome yang dikembangkan oleh vcapra1, dan fitur utamanya adalah "This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CourseOff Registration for UMD
Unduh file ekstensi CourseOff Registration for UMD dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly from CourseOff into Testudo.
Informasi Dasar Ekstensi
Nama | CourseOff Registration for UMD |
ID | mahehfffnjnmiggjhmgbdaphmbhghjhe |
URL Resmi | https://chromewebstore.google.com/detail/courseoff-registration-fo/mahehfffnjnmiggjhmgbdaphmbhghjhe |
Deskripsi | This extension allows students registering for classes at the University of Maryland, College Park to load their schedules directly… |
Ukuran File | 202 KB |
Jumlah Instalasi | 138 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2019-05-20 |
Tanggal Publikasi | 2019-05-19 |
Pengembang | vcapra1 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |