Rate My FIU

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

Was ist Rate My FIU?

Rate My FIU ist eine Chrome-Erweiterung, die von ccani008 entwickelt wurde, und ihr Hauptmerkmal ist "The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…".

Erweiterungsscreenshots

screenshot
screenshot

Rate My FIU-Erweiterungs-CRX-Datei herunterladen

Laden Sie Rate My FIU-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
Offizielle URL https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Beschreibung The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Dateigröße 36.85 KB
Installationsanzahl 27
Aktuelle Version 1.2
Letztes Update 2016-10-24
Veröffentlichungsdatum 2016-10-24
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler ccani008
Zahlungsart free
Unterstützte Sprachen 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
    }
}