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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
URL หน้านโยบายความเป็นส่วนตัว 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"
    ]
}