Recent Meeting Codes

Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom

ما هو Recent Meeting Codes؟

Recent Meeting Codes هو إضافة Chrome تم تطويرها بواسطة https://johnriv.github.io/recent-meeting-codes، والميزة الرئيسية لها هي "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom".

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

screenshot

تحميل ملف CRX للإضافة Recent Meeting Codes

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

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

                        For Google Meet users with .edu accounts, this adds a list of buttons of recently used meeting codes to the Google Meet page to easily launch Google Meets with those meeting codes. For students & teachers whose classes use Google Meet instead of Google Classroom Meet Links, this allows them 1-click access to join their classes instead of having to type the same meeting code every day.                    

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

الاسم Recent Meeting Codes Recent Meeting Codes
ID jblnhjdigaepgkbclpggccmhcmnpkghf
عنوان URL الرسمي https://chromewebstore.google.com/detail/recent-meeting-codes/jblnhjdigaepgkbclpggccmhcmnpkghf
الوصف Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom
حجم الملف 17.88 KB
عدد التثبيتات 322
النسخة الحالية 2.0.0
آخر تحديث 2021-02-22
تاريخ النشر 2021-01-04
تقييم 2.00/5 مجموع تقييمات 4
المطور https://johnriv.github.io/recent-meeting-codes
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/JohnRiv/recent-meeting-codes/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Recent Meeting Codes",
    "version": "2.0.0",
    "description": "Adds buttons to launch recently used Meeting Codes to the Google Meet page for Google Classroom",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/",
                "https:\/\/meet.google.com\/?*"
            ],
            "css": [
                "recentMeetingCodes.css"
            ],
            "js": [
                "recentMeetingCodes.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}