Rate My UH
RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
Rate My UHคืออะไร?
Rate My UH เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bilalasd และคุณลักษณะหลักของมันคือ "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate My UH
ดาวน์โหลดไฟล์ส่วนขยาย Rate My UH ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eempedjddojajeapkinidpgpfmjbcemh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh |
คำอธิบาย | RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page |
ขนาดไฟล์ | 87.73 KB |
จำนวนการติดตั้ง | 12 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2019-03-08 |
วันที่เผยแพร่ | 2019-03-08 |
ผู้พัฒนา | bilalasd |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |