Google Classroom Change User

Switch Google Classroom user automatically depending on who has access

ما هو Google Classroom Change User؟

Google Classroom Change User هو إضافة Chrome تم تطويرها بواسطة Daniel & Emrik، والميزة الرئيسية لها هي "Switch Google Classroom user automatically depending on who has access".

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

screenshot

تحميل ملف CRX للإضافة Google Classroom Change User

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

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

                        Changes between user 0 and user 1 automatically depending on who has access to that classroom. No more editing the URL from /u/0 to /u/1

Source code is available here: https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User                    

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

الاسم Google Classroom Change User Google Classroom Change User
ID lfnkpgkecmhbaahideedmdblmbfghmog
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog
الوصف Switch Google Classroom user automatically depending on who has access
حجم الملف 19.87 KB
عدد التثبيتات 380
النسخة الحالية 1.2.2
آخر تحديث 2021-07-03
تاريخ النشر 2021-07-02
المطور Daniel & Emrik
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
عنوان صفحة سياسة الخصوصية https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md
اللغات المدعومة en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/ChangeClassroom.user.js"
            ],
            "matches": [
                "https:\/\/classroom.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Switch Google Classroom user automatically depending on who has access",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 2,
    "name": "Google Classroom Change User",
    "short_name": "Classroom Change User",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "web_accessible_resources": [
        "js\/ChangeClassroom.user.js"
    ]
}