uAlbertaProfGuide

View RMP scores on uAlberta's class enrollment page

uAlbertaProfGuideคืออะไร?

uAlbertaProfGuide เป็นส่วนขยายของ Chrome ที่พัฒนาโดย theDust และคุณลักษณะหลักของมันคือ "View RMP scores on uAlberta's class enrollment page"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย uAlbertaProfGuide

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}