Google Classroom Change User

Switch Google Classroom user automatically depending on who has access

什麼是Google Classroom Change User?

Google Classroom Change User是由Daniel & Emrik開發的Chrome擴展程式,該擴展的主要功能是“Switch Google Classroom user automatically depending on who has access”。

擴展截圖

screenshot

下載Google Classroom Change User擴展crx文件

下載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
官方網址 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"
    ]
}