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 |
Eメール | [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" } } |