Rate My BYU Professors

Get your potential professor's rating easily on the BYU registration page.

Rate My BYU Professorsคืออะไร?

Rate My BYU Professors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viking Apps และคุณลักษณะหลักของมันคือ "Get your potential professor's rating easily on the BYU registration page."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rate My BYU Professors

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

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

                        Version 1.4
Security fixes were added in this version.

This extension retrieves information about each BYU professor from RateMyProfessor and displays it on the BYU class registration page. It retrieves the information based on the professor's name. No information will be shown if the professor's name is misspelled or absent from the RateMyProfessor.

A rating is displayed for each professor, which you can click to go to their RateMyProfessor page. If you hover over the rating, you can see the professor's stats at a glance.                    

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

ชื่อ Rate My BYU Professors Rate My BYU Professors
ID ghokpcnkghnkfofadiajmmhinooijmaf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ghokpcnkghnkfofadiajmmhinooijmaf
คำอธิบาย Get your potential professor's rating easily on the BYU registration page.
ขนาดไฟล์ 463 KB
จำนวนการติดตั้ง 5,229
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2021-08-28
วันที่เผยแพร่ 2019-06-06
คะแนน 4.76/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา Viking Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.paypal.me/brandonjorgenson
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rate My BYU Professors",
    "version": "1.4",
    "description": "Get your potential professor's rating easily on the BYU registration page.",
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "tooltipster-master\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster-master\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi*",
                "https:\/\/y.byu.edu\/ry\/ae\/prod\/registration\/cgi\/regOfferings.cgi"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "Images\/byu_logo16.png",
        "48": "Images\/byu_logo48.png",
        "128": "Images\/byu_logo128.png"
    },
    "manifest_version": 2
}