uAlbertaProfGuide
View RMP scores on uAlberta's class enrollment page
uAlbertaProfGuide란 무엇입니까?
uAlbertaProfGuide은(는) theDust에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View RMP scores on uAlberta's class enrollment page"입니다.
확장 프로그램 스크린샷
uAlbertaProfGuide 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | uAlbertaProfGuide |
ID | omminijickdpopkhpeehljlhehicgclk |
공식 URL | https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk |
설명 | View RMP scores on uAlberta's class enrollment page |
파일 크기 | 68.77 KB |
설치 횟수 | 31 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-04-10 |
출시 날짜 | 2017-04-09 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | theDust |
결제 유형 | free |
지원되는 언어 | 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" ] } |