UNCC Rate My Professor
Find the ratings of professors from Rate My Professors while on the UNCC registration page
UNCC Rate My Professorคืออะไร?
UNCC Rate My Professor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hueybud และคุณลักษณะหลักของมันคือ "Find the ratings of professors from Rate My Professors while on the UNCC registration page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UNCC Rate My Professor
ดาวน์โหลดไฟล์ส่วนขยาย UNCC Rate My Professor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Allows students to easily see what the ratings are for their professors while navigating the registration webpage. Includes a sort feature that rearranges the webpage to show professors ranked from highest to lowest. Hovering over a rating will show a snapshot of their information, and clicking the rating will take you to their Rate My Professor webpage.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hebfjbcnllhbfmnbpillidmlnajmloec |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec |
คำอธิบาย | Find the ratings of professors from Rate My Professors while on the UNCC registration page |
ขนาดไฟล์ | 156 KB |
จำนวนการติดตั้ง | 231 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-03-24 |
วันที่เผยแพร่ | 2021-03-22 |
ผู้พัฒนา | hueybud |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UNCC Rate My Professor", "version": "1.1", "description": "Find the ratings of professors from Rate My Professors while on the UNCC registration page", "icons": { "16": "Images\/uncc_icon_16.png", "48": "Images\/uncc_icon_48.png", "128": "Images\/uncc_icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "css": [ "tooltipster\/dist\/css\/tooltipster.main.min.css", "tooltip.css", "styles.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse_Advanced", "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwskfcls.P_GetCrse", "https:\/\/selfservice.uncc.edu\/pls\/BANPROD\/bwckgens.P_RegsGetCrse" ] } ], "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "manifest_version": 2 } |