UMICH Course Guide RMP

Shows Rate My Prof information on LSA Course Guide

ما هو UMICH Course Guide RMP؟

UMICH Course Guide RMP هو إضافة Chrome تم تطويرها بواسطة wongio420، والميزة الرئيسية لها هي "Shows Rate My Prof information on LSA Course Guide".

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

screenshot

تحميل ملف CRX للإضافة UMICH Course Guide RMP

قم بتنزيل ملفات الامتداد UMICH Course Guide RMP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Enhances user experience by injecting Rate My Professor rating into the LSA course guide. User is able to click on rating to be directed to corresponding Rate My Professor website.                    

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

الاسم UMICH Course Guide RMP UMICH Course Guide RMP
ID efdamipekmokgifmpdokfeemlfalffma
عنوان URL الرسمي https://chromewebstore.google.com/detail/umich-course-guide-rmp/efdamipekmokgifmpdokfeemlfalffma
الوصف Shows Rate My Prof information on LSA Course Guide
حجم الملف 4.61 KB
عدد التثبيتات 74
النسخة الحالية 1.0
آخر تحديث 2020-08-31
تاريخ النشر 2020-08-31
تقييم 5.00/5 مجموع تقييمات 1
المطور wongio420
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/skarahann/UMichRateYourProfessorChrome
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UMICH Course Guide RMP",
    "version": "1.0",
    "description": "Shows Rate My Prof information on LSA Course Guide",
    "author": "Alex and Serdar",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.lsa.umich.edu\/cg\/cg_results.aspx?*"
            ],
            "js": [
                "course_guide_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "32": "icon.png"
    }
}