Rate My BYU Professors
Get your potential professor's rating easily on the BYU registration page.
Rate My BYU Professors क्या है?
Rate My BYU Professors Viking Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your potential professor's rating easily on the BYU registration page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rate My BYU Professors एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Version 1.4 Security fixes were added in this version. This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor. A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ghokpcnkghnkfofadiajmmhinooijmaf |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf |
विवरण | Get your potential professor's rating easily on the BYU registration page. |
फ़ाइल का आकार | 463 KB |
स्थापना संख्या | 5,229 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-08-28 |
प्रकाशन तिथि | 2019-06-06 |
रेटिंग | 4.76/5 कुल 45 रेटिंग्स |
डेवलपर | Viking Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.paypal.me/brandonjorgenson |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My BYU Professors", "version": "1.4", "description": "Get your potential professor's rating easily on the BYU registration page.", "permissions": [ "storage", "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "css": [ "tooltipster-master\/dist\/css\/tooltipster.main.min.css", "tooltip.css" ], "js": [ "jquery-3.3.1.min.js", "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js", "background.js", "contentscript.js" ], "matches": [ "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*", "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "Images\/byu_logo16.png", "48": "Images\/byu_logo48.png", "128": "Images\/byu_logo128.png" }, "manifest_version": 2 } |