UNCC Rate My Professor
Find the ratings of professors from Rate My Professors while on the UNCC registration page
Co to jest UNCC Rate My Professor?
UNCC Rate My Professor to rozszerzenie Chrome opracowane przez hueybud, a jego główną funkcją jest „Find the ratings of professors from Rate My Professors while on the UNCC registration page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia UNCC Rate My Professor
Pobierz pliki rozszerzeń UNCC Rate My Professor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hebfjbcnllhbfmnbpillidmlnajmloec |
Oficjalny URL | https://chrome.google.com/webstore/detail/hebfjbcnllhbfmnbpillidmlnajmloec |
Opis | Find the ratings of professors from Rate My Professors while on the UNCC registration page |
Rozmiar pliku | 156 KB |
Liczba instalacji | 231 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-03-24 |
Data Publikacji | 2021-03-22 |
Deweloper | hueybud |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |