uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
Co to jest uAlbertaProfGuide?
uAlbertaProfGuide to rozszerzenie Chrome opracowane przez theDust, a jego główną funkcją jest „View RMP scores on uAlberta's class enrollment page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia uAlbertaProfGuide
Pobierz pliki rozszerzeń uAlbertaProfGuide 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
Chrome extension that integrate Rate My Professor results into the beartracks course search page. Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments. uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta
Podstawowe informacje o rozszerzeniu
Nazwa | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
Oficjalny URL | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
Opis | View RMP scores on uAlberta's class enrollment page |
Rozmiar pliku | 68.77 KB |
Liczba instalacji | 31 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2017-04-10 |
Data Publikacji | 2017-04-09 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | theDust |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "uAlbertaProfGuide", "version": "1.2", "description": "View RMP scores on uAlberta's class enrollment page", "content_scripts": [ { "matches": [ "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*" ], "js": [ "content.js" ] } ], "permissions": [ "https:\/\/www.ratemyprofessors.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "Assets\/*.png" ] } |