Rate My Vandy Professors
Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
Rate My Vandy Professorsคืออะไร?
Rate My Vandy Professors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jkreleases และคุณลักษณะหลักของมันคือ "Puts RateMyProfessors ratings directly into Vanderbilt Class Search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate My Vandy Professors
ดาวน์โหลดไฟล์ส่วนขยาย Rate My Vandy Professors ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class. Please note that this extension does not work for classes with multiple teachers. v1.1.2 - Fixed distinction between two teachers with the same first and last names v1.1.1: - Fixed issue where the extension would not work on certain URLs v1.1: - Now shows results for helpfulness, clarity, and easiness while viewing class details
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Rate My Vandy Professors |
ID | oaoneifognaiapnemgpeifibjijidpne |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne |
คำอธิบาย | Puts RateMyProfessors ratings directly into Vanderbilt Class Search. |
ขนาดไฟล์ | 69.21 KB |
จำนวนการติดตั้ง | 1,582 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2016-04-19 |
วันที่เผยแพร่ | 2016-04-19 |
คะแนน | 4.95/5 รวมทั้งหมด 39 คะแนน |
ผู้พัฒนา | jkreleases |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate My Vandy Professors", "short_name": "RateVandy", "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.", "version": "1.1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/www.ratemyprofessors.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*" ], "js": [ "jquery-2.1.4.min.js", "content.js", "subs.js" ], "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false } } |