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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find the ratings of professors from Rate My Professors while on the UNCC registration page"입니다.
확장 프로그램 스크린샷
UNCC Rate My Professor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |