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 |
官方網址 | 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" } } |