BYUI Professor Ratings

View RMP professor ratings on the BYUI registration page

BYUI Professor Ratingsとは何ですか?

BYUI Professor RatingsはAlex Shnyrovによって開発されたChromeの拡張機能で、その主な機能は「View RMP professor ratings on the BYUI registration page」です。

拡張機能のスクリーンショット

screenshot
screenshot

BYUI Professor Ratings拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 BYUI Professor Ratings BYUI Professor Ratings
ID gclaiefebdlcbeghfeljkpceioipchcc
公式URL https://chromewebstore.google.com/detail/byui-professor-ratings/gclaiefebdlcbeghfeljkpceioipchcc
説明 View RMP professor ratings on the BYUI registration page
ファイルサイズ 1.1 MB
インストール数 322
現在のバージョン 1.0.2
最終更新日 2024-02-19
公開日 2020-06-17
評価 4.40/5 合計 5 レビュー
開発者 Alex Shnyrov
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}