Google Classroom Change User

Switch Google Classroom user automatically depending on who has access

Vad är Google Classroom Change User?

Google Classroom Change User är en Chrome-tillägg utvecklad av Daniel & Emrik, och dess huvudfunktion är "Switch Google Classroom user automatically depending on who has access".

Tilläggsskärmbilder

screenshot

Ladda ner Google Classroom Change User-förlängningens CRX-fil

Ladda ner Google Classroom Change User-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Google Classroom Change User Google Classroom Change User
ID lfnkpgkecmhbaahideedmdblmbfghmog
Officiell webbadress https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog
Beskrivning Switch Google Classroom user automatically depending on who has access
Filstorlek 19.87 KB
Antal Installationer 380
Aktuell Version 1.2.2
Senast Uppdaterad 2021-07-03
Publiceringsdatum 2021-07-02
Utvecklare Daniel & Emrik
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User
URL till Sekretesspolicy Sidan https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md
Stödda Språk 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"
    ]
}