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"
    ]
}