Rate My FIU

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

Co to jest Rate My FIU?

Rate My FIU to rozszerzenie Chrome opracowane przez ccani008, a jego główną funkcją jest „The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Rate My FIU

Pobierz pliki rozszerzeń Rate My FIU w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Rate My FIU Rate My FIU
ID fodacampppflppgklnlkljfhfpfajnid
Oficjalny URL https://chromewebstore.google.com/detail/rate-my-fiu/fodacampppflppgklnlkljfhfpfajnid
Opis The Rate My FIU extension is meant for students of Florida International University. This Chrome extension simplifies the process…
Rozmiar pliku 36.85 KB
Liczba instalacji 27
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-10-24
Data Publikacji 2016-10-24
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper ccani008
Typ Płatności free
Obsługiwane Języki 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
    }
}