uAlbertaProfGuide

View RMP scores on uAlberta's class enrollment page

uAlbertaProfGuideとは何ですか?

uAlbertaProfGuideはtheDustによって開発されたChromeの拡張機能で、その主な機能は「View RMP scores on uAlberta's class enrollment page」です。

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

screenshot

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

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

拡張機能の使用方法

                        Chrome extension that integrate Rate My Professor results into the beartracks course search page.

Search for course under search for classes header. Hover over professor to view results from RMP. Click prof to redirect to RMP to view comments.

uAlbertaProfGuide is an unofficial chrome extension for beartracks, it is not endorsed by the University of Alberta                    

拡張機能の基本情報

名前 uAlbertaProfGuide uAlbertaProfGuide
ID omminijickdpopkhpeehljlhehicgclk
公式URL https://chromewebstore.google.com/detail/ualbertaprofguide/omminijickdpopkhpeehljlhehicgclk
説明 View RMP scores on uAlberta's class enrollment page
ファイルサイズ 68.77 KB
インストール数 31
現在のバージョン 1.2
最終更新日 2017-04-10
公開日 2017-04-09
評価 5.00/5 合計 5 レビュー
開発者 theDust
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "uAlbertaProfGuide",
    "version": "1.2",
    "description": "View RMP scores on uAlberta's class enrollment page",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.beartracks.ualberta.ca\/psp\/uahebprd\/EMPLOYEE\/HRMS\/c\/SA_LEARNER_SERVICES*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "Assets\/*.png"
    ]
}