Rate My NYU Professors
Display the ratings of each professor for your classes on Albert!
Rate My NYU Professors란 무엇입니까?
Rate My NYU Professors은(는) Alex Ko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display the ratings of each professor for your classes on Albert!"입니다.
확장 프로그램 스크린샷
Rate My NYU Professors 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple Chrome extension that displays the ratings of each NYU professor for each course on Albert! Works with professors across all NYU schools, including Tandon, Steinhardt, etc. How this extension works: 1. Go to any of your courses page on Albert (not your home page). 2. Click on the extension on your toolbar. 3. Click "Click to Show Ratings" button. 4. If there is any rating found for that professor, the number will show up next to their name. If no ratings found, it will show N/A. 5. Click on the rating to go to their rate my professor page. Click on N/A to give them the first rating. 6. Hover over their rating to see more details. 7. Enjoy selecting all your courses! ;)
확장 프로그램 기본 정보
이름 | Rate My NYU Professors |
ID | mhgjkecddklmbnllifdpkhcnhfpkjfji |
공식 URL | https://chromewebstore.google.com/detail/rate-my-nyu-professors/mhgjkecddklmbnllifdpkhcnhfpkjfji |
설명 | Display the ratings of each professor for your classes on Albert! |
파일 크기 | 1.08 MB |
설치 횟수 | 456 |
현재 버전 | 1.3.7 |
최근 업데이트 | 2023-04-07 |
출시 날짜 | 2021-05-27 |
평점 | 5.00/5 총 11 개의 평점 |
개발자 | Alex Ko |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rate My NYU Professors", "version": "1.3.7", "description": "Display the ratings of each professor for your classes on Albert!", "permissions": [ "scripting", "activeTab" ], "host_permissions": [ "https:\/\/search-production.ratemyprofessors.com\/*" ], "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "https:\/\/sis.portal.nyu.edu\/*", "https:\/\/sis.portal.nyu.edu\/" ] } ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/nyu_logo-16.png", "36": "images\/nyu_logo-36.png", "48": "images\/nyu_logo-48.png", "128": "images\/nyu_logo-128.png" }, "action": { "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "tooltip.css", "fonts\/Lato-SemiboldItalic.ttf", "fonts\/Lato-Regular.ttf" ], "matches": [ "https:\/\/sis.nyu.edu\/*" ] } ], "manifest_version": 3 } |