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是由ccani008開發的Chrome擴展程式,該擴展的主要功能是“The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…”。

擴展截圖

screenshot
screenshot

下載Rate My FIU擴展crx文件

下載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
官方網址 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
    }
}