BYUI Professor Ratings
View RMP professor ratings on the BYUI registration page
BYUI Professor Ratings क्या है?
BYUI Professor Ratings Alex Shnyrov द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View RMP professor ratings on the BYUI registration page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BYUI Professor Ratings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's always a struggle to pick the best teacher. That's why you go to RateMyProfessors.com to see what people have to say about specific professors. With this extension, there is no need to go back and forth between the websites. Simply install this extension and navigate to the BYUI registration page to view professor ratings. Also, clicking on the instructor's name will take you directly to RateMyPofessors.com with detailed reviews of the instructor. Hovering over the teacher's name will bring a popup with additional information provided by RateMyProfessors.com Best of all, this extension has 0 loading impact on the registration page.
एक्सटेंशन की मूल जानकारी
नाम | BYUI Professor Ratings |
ID | gclaiefebdlcbeghfeljkpceioipchcc |
आधिकारिक URL | https://chromewebstore.google.com/detail/byui-professor-ratings/gclaiefebdlcbeghfeljkpceioipchcc |
विवरण | View RMP professor ratings on the BYUI registration page |
फ़ाइल का आकार | 1.1 MB |
स्थापना संख्या | 322 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2024-02-19 |
प्रकाशन तिथि | 2020-06-17 |
रेटिंग | 4.40/5 कुल 5 रेटिंग्स |
डेवलपर | Alex Shnyrov |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BYUI Professor Ratings", "short_name": "BYUI RMP", "version": "1.0.2", "description": "View RMP professor ratings on the BYUI registration page", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "host_permissions": [ "https:\/\/search-production.ratemyprofessors.com\/*", "https:\/\/www.ratemyprofessors.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/my.byui.edu\/ICS*", "https:\/\/student.byui.edu\/ICS*" ], "js": [ "registration\/index.js" ], "css": [ "registration\/main.css" ] } ], "background": { "service_worker": "data-processing\/fetcher.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "registration\/index.js", "registration\/byui_rmp.js", "data-processing\/professorData.js" ], "matches": [ "https:\/\/my.byui.edu\/*", "https:\/\/student.byui.edu\/*" ] } ], "action": { "default_icon": "img\/icon128.png" } } |