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 hueybud द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find the ratings of professors from Rate My Professors while on the UNCC registration page"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UNCC Rate My Professor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |