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ファイルをダウンロード

UNR Professor Ratings拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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\/*"
    ]
}