FHDA Rate My Professor Plugin

Get your potential professor's rating easily on the De anzas registration page.

ما هو FHDA Rate My Professor Plugin؟

FHDA Rate My Professor Plugin هو إضافة Chrome تم تطويرها بواسطة william، والميزة الرئيسية لها هي "Get your potential professor's rating easily on the De anzas registration page.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FHDA Rate My Professor Plugin

قم بتنزيل ملفات الامتداد FHDA Rate My Professor Plugin بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get your potential professor's rating easily on both the FHDA myPortal registration page. For those who are lazy or want to automate some of the work of researching teacher! Uses the ratemyprofessor API.

Currently works for both De Anza and Foothill.
Only works on "Look up classes" and not "Open Class Finder".                    

معلومات أساسية عن التمديد

الاسم FHDA Rate My Professor Plugin FHDA Rate My Professor Plugin
ID ogggghkpkikajpdgmaibajhemjmgemdk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/ogggghkpkikajpdgmaibajhemjmgemdk
الوصف Get your potential professor's rating easily on the De anzas registration page.
حجم الملف 138 KB
عدد التثبيتات 44
النسخة الحالية 2.0.0
آخر تحديث 2021-01-27
تاريخ النشر 2019-07-01
تقييم 5.00/5 مجموع تقييمات 1
المطور william
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FHDA Rate My Professor Plugin",
    "version": "2.0.0",
    "description": "Get your potential professor's rating easily on the De anzas registration page.",
    "permissions": [
        "storage",
        "https:\/\/search-production.ratemyprofessors.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "tooltipster\/dist\/css\/tooltipster.main.min.css",
                "tooltip.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tooltipster\/dist\/js\/tooltipster.bundle.min.js",
                "background.js",
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse",
                "https:\/\/ssb-prod.ec.fhda.edu\/PROD\/bwskfcls.P_GetCrse_Advanced"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Logo-16.png",
            "32": "images\/Logo-32.png",
            "48": "images\/Logo-48.png",
            "128": "images\/Logo-128.png"
        }
    },
    "icons": {
        "16": "images\/Logo-16.png",
        "32": "images\/Logo-32.png",
        "48": "images\/Logo-48.png",
        "128": "images\/Logo-128.png"
    },
    "manifest_version": 2
}