UCalgary Rate My Prof
Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.
Apa itu UCalgary Rate My Prof?
UCalgary Rate My Prof adalah ekstensi Chrome yang dikembangkan oleh HCExtensions, dan fitur utamanya adalah "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UCalgary Rate My Prof
Unduh file ekstensi UCalgary Rate My Prof 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
Adds Rate My Professors information to the UCalgary Schedule Builder and all course listings. Buy me a coffee: https://ko-fi.com/harrych
Informasi Dasar Ekstensi
Nama | UCalgary Rate My Prof |
ID | jhepjbdemjpcednmndlogbjbkmoppeaj |
URL Resmi | https://chromewebstore.google.com/detail/ucalgary-rate-my-prof/jhepjbdemjpcednmndlogbjbkmoppeaj |
Deskripsi | Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings. |
Ukuran File | 14.35 KB |
Jumlah Instalasi | 109 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2024-02-25 |
Tanggal Publikasi | 2023-04-02 |
Pengembang | HCExtensions |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "UCalgary Rate My Prof", "description": "Adds RateMyProf Info to the UCalgary Schedule Builder and Course Listings.", "version": "0.1.1", "content_scripts": [ { "matches": [ "https:\/\/vsb.my.ucalgary.ca\/*", "https:\/\/*.ucalgary.ca\/*\/courses*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/professor16.png", "32": "icons\/professor32.png", "48": "icons\/professor48.png", "128": "icons\/professor128.png" } } |