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
官方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
    }
}