Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Apa itu Rate My UH?
Rate My UH adalah ekstensi Chrome yang dikembangkan oleh bilalasd, dan fitur utamanya adalah "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Rate My UH
Unduh file ekstensi Rate My UH 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
RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page. Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.
Informasi Dasar Ekstensi
Nama | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
URL Resmi | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
Deskripsi | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
Ukuran File | 87.73 KB |
Jumlah Instalasi | 12 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2019-03-08 |
Tanggal Publikasi | 2019-03-08 |
Pengembang | bilalasd |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My UH", "short_name": "RateMyUH", "version": "2.0", "manifest_version": 2, "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/my.uh.edu\/*" ], "js": [ "src\/jquery-2.1.1.js", "src\/mutation-summary.js", "src\/content.js" ] } ] } |