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
官方網址 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"
    ]
}