Google Classroom User Redirect
Redirects all Google classroom requests to specify the correct Google user ID
Google Classroom User Redirectคืออะไร?
Google Classroom User Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://matthew-cash.com และคุณลักษณะหลักของมันคือ "Redirects all Google classroom requests to specify the correct Google user ID"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Classroom User Redirect
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |