Google Classroom User Redirect
Redirects all Google classroom requests to specify the correct Google user ID
Apa itu Google Classroom User Redirect?
Google Classroom User Redirect adalah ekstensi Chrome yang dikembangkan oleh https://matthew-cash.com, dan fitur utamanya adalah "Redirects all Google classroom requests to specify the correct Google user ID".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Google Classroom User Redirect
Unduh file ekstensi Google Classroom User Redirect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Google Classroom User Redirect |
ID | lcapnmcmmiolacjfdlfpjabfgdacgikk |
URL Resmi | https://chromewebstore.google.com/detail/google-classroom-user-red/lcapnmcmmiolacjfdlfpjabfgdacgikk |
Deskripsi | Redirects all Google classroom requests to specify the correct Google user ID |
Ukuran File | 6.64 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-08-31 |
Tanggal Publikasi | 2020-08-31 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://matthew-cash.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/MatthewCash/google-classroom-user-redirect |
URL Halaman Bantuan | https://github.com/MatthewCash/google-classroom-user-redirect/issues |
Bahasa yang Didukung | 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" } } |