Rate My UH

RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page

Rate My UH란 무엇입니까?

Rate My UH은(는) bilalasd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page"입니다.

확장 프로그램 스크린샷

screenshot

Rate My UH 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RateMyUH shows professor ratings from RateMyProfessor.com on peoplesoft class search page.

Just install the extension and search for a class on peoplesoft. Rate My UH will show ratings in the same table as all the other information.                    

확장 프로그램 기본 정보

이름 Rate My UH Rate My UH
ID eempedjddojajeapkinidpgpfmjbcemh
공식 URL https://chrome.google.com/webstore/detail/rate-my-uh/eempedjddojajeapkinidpgpfmjbcemh
설명 RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page
파일 크기 87.73 KB
설치 횟수 12
현재 버전 2.0
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
개발자 bilalasd
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My UH",
    "short_name": "RateMyUH",
    "version": "2.0",
    "manifest_version": 2,
    "description": "RateMyUH shows ratings from RateMyProfessor on PeopleSoft class search page",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.uh.edu\/*"
            ],
            "js": [
                "src\/jquery-2.1.1.js",
                "src\/mutation-summary.js",
                "src\/content.js"
            ]
        }
    ]
}