Google Classroom Change User
Switch Google Classroom user automatically depending on who has access
Cos'è Google Classroom Change User?
Google Classroom Change User è un'estensione di Chrome sviluppata da Daniel & Emrik, e la sua funzione principale è "Switch Google Classroom user automatically depending on who has access".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Google Classroom Change User
Scarica i file di estensione Google Classroom Change User in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Google Classroom Change User |
ID | lfnkpgkecmhbaahideedmdblmbfghmog |
URL Ufficiale | https://chromewebstore.google.com/detail/google-classroom-change-u/lfnkpgkecmhbaahideedmdblmbfghmog |
Descrizione | Switch Google Classroom user automatically depending on who has access |
Dimensione del File | 19.87 KB |
Conteggio Installazioni | 380 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2021-07-03 |
Data di Pubblicazione | 2021-07-02 |
Sviluppatore | Daniel & Emrik |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/C4illin/Userscripts/tree/master/Change-Google-Classroom-User |
URL della Pagina della Politica sulla Privacy | https://github.com/C4illin/Google-Meet-Attendees/blob/master/PRIVACY.md |
Lingue Supportate | 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" ] } |