Google Classroom User Redirect

Redirects all Google classroom requests to specify the correct Google user ID

Wat is Google Classroom User Redirect?

Google Classroom User Redirect is een Chrome-extensie ontwikkeld door https://matthew-cash.com, en de belangrijkste functie is "Redirects all Google classroom requests to specify the correct Google user ID".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Classroom User Redirect

Download Google Classroom User Redirect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Many people have a separate google account for personal use and educational use. When visiting google classroom from an external account (e.g. gmail), the classroom link is opened in the primary account, which for many people is not their educational account. This extension fixes this problem by changing the Google user ID in the browser to match the user ID for the user's educational account                    

Basisinformatie over de Extensie

Naam Google Classroom User Redirect Google Classroom User Redirect
ID lcapnmcmmiolacjfdlfpjabfgdacgikk
Officiële URL https://chromewebstore.google.com/detail/google-classroom-user-red/lcapnmcmmiolacjfdlfpjabfgdacgikk
Beschrijving Redirects all Google classroom requests to specify the correct Google user ID
Bestandsgrootte 6.64 KB
Aantal Installaties 19
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-31
Publicatiedatum 2020-08-31
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://matthew-cash.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/MatthewCash/google-classroom-user-redirect
Help Pagina-URL https://github.com/MatthewCash/google-classroom-user-redirect/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Classroom User Redirect",
    "short_name": "Classroom User Redirect",
    "description": "Redirects all Google classroom requests to specify the correct Google user ID",
    "version": "1.0.0",
    "options_page": "views\/options.html",
    "permissions": [
        "*:\/\/classroom.google.com\/",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_title": "Google Classroom User Redirect"
    }
}