ProfCheck

View Rate My Professors ratings directly in your course explorer!

ProfCheckとは何ですか?

ProfCheckはKelvin Caoによって開発されたChromeの拡張機能で、その主な機能は「View Rate My Professors ratings directly in your course explorer!」です。

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

screenshot

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

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

拡張機能の使用方法

                        An extension that displays information from Rate My Professors for teachers using tooltips in UBC's course explorer.

This extension is fast and up-to-date, as it uses the Rate My Professors' API.

Supported schools:
    • University of British Columbia (Vancouver & Okanagan)                    

拡張機能の基本情報

名前 ProfCheck ProfCheck
ID iejcdmcgelpioejdpeoifnaemneihagc
公式URL https://chromewebstore.google.com/detail/profcheck/iejcdmcgelpioejdpeoifnaemneihagc
説明 View Rate My Professors ratings directly in your course explorer!
ファイルサイズ 120 KB
インストール数 253
現在のバージョン 1.3.1
最終更新日 2022-12-27
公開日 2021-01-02
評価 5.00/5 合計 1 レビュー
開発者 Kelvin Cao
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProfCheck",
    "description": "View Rate My Professors ratings directly in your course explorer!",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.students.ubc.ca\/cs\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": [
        "https:\/\/*.ratemyprofessors.com\/*"
    ],
    "icons": {
        "128": "icon128.png"
    }
}