UMass Professor Ratings

UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…

UMass Professor Ratingsคืออะไร?

UMass Professor Ratings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย anthony.rotiroti และคุณลักษณะหลักของมันคือ "UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย UMass Professor Ratings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension installed, ratings for each professor are displayed next to the professor's name, as well as a link to every in depth review.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ UMass Professor Ratings UMass Professor Ratings
ID cfcmdmblcnnoppgldifmihbmpeneplbi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/umass-professor-ratings/cfcmdmblcnnoppgldifmihbmpeneplbi
คำอธิบาย UMass Professor Ratings is a tool that helps students of UMass Amherst select their courses and professors. With this extension…
ขนาดไฟล์ 84.28 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-04-01
วันที่เผยแพร่ 2019-03-31
คะแนน 5.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา anthony.rotiroti
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UMass Professor Ratings",
    "version": "1.2",
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spire.umass.edu\/*"
            ],
            "js": [
                "jquery-3.2.1.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.ratemyprofessors.com\/*",
        "https:\/\/www.spire.com.umass.edu\/*"
    ]
}