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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    ]
}