Rate My FIU

The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…

Rate My FIUคืออะไร?

Rate My FIU เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ccani008 และคุณลักษณะหลักของมันคือ "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…"

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

screenshot
screenshot

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

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

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

                        The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process of enrolling by displaying the Rate My Professor scores directly into the FIU enroll page as well as hyper-linking them to the Rate My Professor page for that professor.                    

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

ชื่อ Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
คำอธิบาย The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
ขนาดไฟล์ 36.85 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-10-24
วันที่เผยแพร่ 2016-10-24
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ccani008
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rate My FIU",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fiu.edu\/*"
            ],
            "js": [
                "script.js",
                "jquery-2.1.3.min.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.ratemyprofessors.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}