Rate My Vandy Professors
Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
Rate My Vandy Professors क्या है?
Rate My Vandy Professors jkreleases द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Puts RateMyProfessors ratings directly into Vanderbilt Class Search."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rate My Vandy Professors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |