UNR Professor Ratings

Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.

UNR Professor Ratings란 무엇입니까?

UNR Professor Ratings은(는) Sultan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

UNR Professor Ratings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        When searching for classes on MyNevada, ratings from Rate My Professors are shown right next to each professor's name. Comments can be viewed when you click on their name. A link to the actual Rate My Professors profile page is there as well.


MyNevada class search is also integrated with Google Maps. When you click on the building abbreviation/room number, the building location and a picture of the building will prompt. 



Update 11/11/19: Now pulls number of available seats, course description, and prereqs without having to click on the course. Mock cart is added (far right hand side vertical ball icon to show cart ) for helpful reference of classes you added without having navigate to your actual cart.                    

확장 프로그램 기본 정보

이름 UNR Professor Ratings UNR Professor Ratings
ID kipgdmjkpdmcjmlmfbpkilahbncmkgmk
공식 URL https://chromewebstore.google.com/detail/unr-professor-ratings/kipgdmjkpdmcjmlmfbpkilahbncmkgmk
설명 Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.
파일 크기 96.4 KB
설치 횟수 16
현재 버전 2.0.0
최근 업데이트 2019-11-12
출시 날짜 2019-11-11
개발자 Sultan
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UNR Professor Ratings",
    "description": "Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.",
    "version": "2.0.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Rohman Sultan",
    "background": {
        "scripts": [
            "jquery-3.2.1.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.nevada.unr.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "modal\/js\/tingle.js",
                "findProfs.js"
            ],
            "css": [
                "modal\/css\/tingle.css",
                "DataTables\/css\/list.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png",
        "locations.json"
    ],
    "permissions": [
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/apps.unr.edu\/CampusDirectory\/*"
    ]
}