Rate My Vandy Professors

Puts RateMyProfessors ratings directly into Vanderbilt Class Search.

Rate My Vandy Professors란 무엇입니까?

Rate My Vandy Professors은(는) jkreleases에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Puts RateMyProfessors ratings directly into Vanderbilt Class Search."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        View RateMyProfessors ratings for teachers you search for right within Class Search. After the results come in, see each teacher color-coded and make a more informed decision before you sign up for your next class.

Please note that this extension does not work for classes with multiple teachers.

v1.1.2
- Fixed distinction between two teachers with the same first and last names

v1.1.1:
- Fixed issue where the extension would not work on certain URLs

v1.1:
- Now shows results for helpfulness, clarity, and easiness while viewing class details                    

확장 프로그램 기본 정보

이름 Rate My Vandy Professors Rate My Vandy Professors
ID oaoneifognaiapnemgpeifibjijidpne
공식 URL https://chromewebstore.google.com/detail/rate-my-vandy-professors/oaoneifognaiapnemgpeifibjijidpne
설명 Puts RateMyProfessors ratings directly into Vanderbilt Class Search.
파일 크기 69.21 KB
설치 횟수 1,582
현재 버전 1.1.2
최근 업데이트 2016-04-19
출시 날짜 2016-04-19
평점 4.95/5 총 39 개의 평점
개발자 jkreleases
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My Vandy Professors",
    "short_name": "RateVandy",
    "description": "Puts RateMyProfessors ratings directly into Vanderbilt Class Search.",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/webapp.mis.vanderbilt.edu\/more\/SearchClasses*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js",
                "subs.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}