BYUI Professor Ratings

View RMP professor ratings on the BYUI registration page

BYUI Professor Ratings là gì?

BYUI Professor Ratings là một tiện ích mở rộng Chrome được phát triển bởi Alex Shnyrov, và tính năng chính của nó là "View RMP professor ratings on the BYUI registration page".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng BYUI 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

                        It's always a struggle to pick the best teacher. That's why you go to RateMyProfessors.com to see what people have to say about specific professors. With this extension, there is no need to go back and forth between the websites. 

Simply install this extension and navigate to the BYUI registration page to view professor ratings. Also, clicking on the instructor's name will take you directly to RateMyPofessors.com with detailed reviews of the instructor. 

Hovering over the teacher's name will bring a popup with additional information provided by RateMyProfessors.com

Best of all, this extension has 0 loading impact on the registration page.                    

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

Tên BYUI Professor Ratings BYUI Professor Ratings
ID gclaiefebdlcbeghfeljkpceioipchcc
URL Chính Thức https://chromewebstore.google.com/detail/byui-professor-ratings/gclaiefebdlcbeghfeljkpceioipchcc
Mô tả View RMP professor ratings on the BYUI registration page
Kích Thước Tệp 1.1 MB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2020-06-17
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Alex Shnyrov
Email [email protected]
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": 3,
    "name": "BYUI Professor Ratings",
    "short_name": "BYUI RMP",
    "version": "1.0.2",
    "description": "View RMP professor ratings on the BYUI registration page",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/search-production.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/my.byui.edu\/ICS*",
                "https:\/\/student.byui.edu\/ICS*"
            ],
            "js": [
                "registration\/index.js"
            ],
            "css": [
                "registration\/main.css"
            ]
        }
    ],
    "background": {
        "service_worker": "data-processing\/fetcher.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "registration\/index.js",
                "registration\/byui_rmp.js",
                "data-processing\/professorData.js"
            ],
            "matches": [
                "https:\/\/my.byui.edu\/*",
                "https:\/\/student.byui.edu\/*"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon128.png"
    }
}