ProfCheck
View Rate My Professors ratings directly in your course explorer!
Apa itu ProfCheck?
ProfCheck adalah ekstensi Chrome yang dikembangkan oleh Kelvin Cao, dan fitur utamanya adalah "View Rate My Professors ratings directly in your course explorer!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ProfCheck
Unduh file ekstensi ProfCheck 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
An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer. This extension is fast and up-to-date, as it uses the Rate My Professors' API. Supported schools: • University of British Columbia (Vancouver & Okanagan)
Informasi Dasar Ekstensi
Nama | ProfCheck |
ID | iejcdmcgelpioejdpeoifnaemneihagc |
URL Resmi | https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc |
Deskripsi | View Rate My Professors ratings directly in your course explorer! |
Ukuran File | 120 KB |
Jumlah Instalasi | 253 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2022-12-27 |
Tanggal Publikasi | 2021-01-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Kelvin Cao |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ProfCheck", "description": "View Rate My Professors ratings directly in your course explorer!", "version": "1.3.1", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/courses.students.ubc.ca\/cs\/*" ], "js": [ "content.js" ] } ], "permissions": [], "host_permissions": [ "https:\/\/*.ratemyprofessors.com\/*" ], "icons": { "128": "icon128.png" } } |