Classroom Redirector

Redirects me from my home account to my school account in Google Classroom

What is Classroom Redirector?

Classroom Redirector is a Chrome extension developed by Rishav Bhagat, and its main feature is "Redirects me from my home account to my school account in Google Classroom".

Extension Screenshots

screenshot

Download Classroom Redirector Extension CRX File

Download Classroom Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Redirects you from user 0 to user 1 whenever classroom loads up                    

Extension Basic Information

Name Classroom Redirector Classroom Redirector
ID cnapdogghpeenfmlficdcbhflhemeoob
Official URL https://chromewebstore.google.com/detail/classroom-redirector/cnapdogghpeenfmlficdcbhflhemeoob
Description Redirects me from my home account to my school account in Google Classroom
File Size 3.05 KB
Installation Count 3,741
Current Version 0.2
Last Updated 2018-09-24
Publish Date 2018-09-23
Rating 4.71/5 Total 7 Ratings
Developer Rishav Bhagat
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Classroom Redirector",
    "description": "Redirects me from my home account to my school account in Google Classroom",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/classroom.google.com\/u\/0\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}