Google Classroom User Redirect
Redirects all Google classroom requests to specify the correct Google user ID
什么是Google Classroom User Redirect?
Google Classroom User Redirect是由https://matthew-cash.com开发的Chrome扩展程序,该扩展的主要功能是“Redirects all Google classroom requests to specify the correct Google user ID”。
扩展截图
下载Google Classroom User Redirect扩展crx文件
下载Google Classroom User Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Google Classroom User Redirect |
ID | lcapnmcmmiolacjfdlfpjabfgdacgikk |
官方URL | https://chromewebstore.google.com/detail/google-classroom-user-red/lcapnmcmmiolacjfdlfpjabfgdacgikk |
简介 | Redirects all Google classroom requests to specify the correct Google user ID |
文件大小 | 6.64 KB |
安装次数 | 19 |
当前版本 | 1.0.0 |
更新时间 | 2020-08-31 |
上架时间 | 2020-08-31 |
评分 | 5.00/5 共2次评分 |
开发者 | https://matthew-cash.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/MatthewCash/google-classroom-user-redirect |
帮助页面URL | https://github.com/MatthewCash/google-classroom-user-redirect/issues |
支持的语言 | 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" } } |