UNR Professor Ratings

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

UNR Professor Ratings là gì?

UNR Professor Ratings là một tiện ích mở rộng Chrome được phát triển bởi Sultan, và tính năng chính của nó là "Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UNR Professor Ratings

Tải xuống các tệp mở rộng UNR Professor Ratings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UNR Professor Ratings UNR Professor Ratings
ID kipgdmjkpdmcjmlmfbpkilahbncmkgmk
URL Chính Thức https://chromewebstore.google.com/detail/unr-professor-ratings/kipgdmjkpdmcjmlmfbpkilahbncmkgmk
Mô tả Pulls professor profile ratings from Rate My Professors and shown on your MyNevada course registration.
Kích Thước Tệp 96.4 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2019-11-12
Ngày Phát Hành 2019-11-11
Nhà Phát Triển Sultan
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}