UBC Stats Companion

Discover professor ratings and critical statistics for UBC courses.

UBC Stats Companionとは何ですか?

UBC Stats Companionはubcstatscompanionによって開発されたChromeの拡張機能で、その主な機能は「Discover professor ratings and critical statistics for UBC courses.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        UBC Stats Companion is a Chrome extension developed for University of British Columbia (UBC) students. It offers essential information to support informed decision-making when selecting courses.

Key Features:
1. Professor Ratings: Access professor ratings submitted by fellow students.
2. Course Statistics: Access comprehensive course statistics, including average grades, to help you understand the historical performance of a course.
3. Seamless Integration: The extension integrates with UBC's course registration system. Navigate to the course's lecture page, and the extension will automatically fetch relevant information about the professor, course, and average grades.
4. RateMyProfessors Integration: Easily access detailed information about professors from RateMyProfessors.com.
5. UBC Grades Integration: Benefit from UBC Grades' comprehensive course statistics. Compare average grades and gain insights into class performance over time. 

Note: Ensure you are on the course's lecture page for the extension to display the most pertinent information.                    

拡張機能の基本情報

名前 UBC Stats Companion UBC Stats Companion
ID hogjbhheidjgkabgjfhjdmaieppefagj
公式URL https://chromewebstore.google.com/detail/ubc-stats-companion/hogjbhheidjgkabgjfhjdmaieppefagj
説明 Discover professor ratings and critical statistics for UBC courses.
ファイルサイズ 246 KB
インストール数 466
現在のバージョン 1.0.0
最終更新日 2023-09-22
公開日 2023-06-19
評価 5.00/5 合計 3 レビュー
開発者 ubcstatscompanion
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UBC Stats Companion",
    "version": "1.0.0",
    "description": "Discover professor ratings and critical statistics for UBC courses.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/courses.students.ubc.ca\/cs\/courseschedule?pname=subjarea&tname=subj-section&dept=*&course=*§ion=*"
            ],
            "js": [
                "jquery-3.7.0.min.js",
                "contentScript.js"
            ]
        }
    ],
    "action": {
        "default_title": "UBC Extension",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    }
}