AI 产品解读Classroom teaching support client (授業支援クライアント) that enables teachers to monitor and control student Chrome browser activity in real-time
Provides centralized classroom management for IT education, allowing teachers to restrict student browsing, monitor screens, share content, conduct CBT tests, and control student devices during class
1. Student installs extension and syncs Google account. 2. Extension validates domain registration on cloud server. 3. Teacher's control system connects via WebRTC signaling through Firebase. 4. Teacher can lock student screens, restrict browsing, share content, or start CBT sessions. 5. Student joins classwork sessions and may share their desktop. 6. Browsing history is uploaded to cloud for monitoring.
Student browser restriction and site blockingReal-time screen monitoring via desktop captureClasswork joining and participation managementScreen sharing from teacher to students (GamenTeiji)Screen lock mode for student devicesCBT (Computer-Based Testing) mode
- 目标用户
- Japanese school teachers and educators / IT administrators in educational institutions / Students in managed classroom environments
- Chrome Web Store details were not available for this extension
- The 'paid' heuristic was triggered by false positive keyword matches (subscribe=Firebase unsubscribe, upgrade=IndexedDB upgrade)
- The extension is primarily for Japanese educational institutions and may require institutional deployment via managed policies
付费分析未识别到付费功能
The heuristic detected 'subscribe' and 'upgrade' keywords but these are false positives: 'subscribe' appears in Firebase Firestore's onSnapshot unsubscribe pattern (_unsubscribeTeiji), and 'upgrade' appears in IndexedDB's onupgradeneeded event handlers. No payment processors (Stripe, etc.), premium UI, subscription gates, or upgrade flows were found in any source files.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension uses chrome.identity.getProfileUserInfo() to obtain the signed-in Google account email. The background.js checks for 'SignedUserEmail' throughout to enable core functionality. The popup displays 'Please sync Google account' when no email is found. The extension also validates the account's domain is registered on the cloud server. Multiple logins are detected and rejected.