UMass Professor Ratings

UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…

UMass Professor Ratings란 무엇입니까?

UMass Professor Ratings은(는) anthony.rotiroti에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.                    

확장 프로그램 기본 정보

이름 UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
공식 URL https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
설명 UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
파일 크기 84.28 KB
설치 횟수 81
현재 버전 1.2
최근 업데이트 2019-04-01
출시 날짜 2019-03-31
평점 5.00/5 총 15 개의 평점
개발자 anthony.rotiroti
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMass Professor Ratings",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spire.umass.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.spire.com.umass.edu\/*"
    ]
}