AI 产品解读Automated video course completion for Korean educational institutions
Reduces manual effort and physical strain (e.g., carpal tunnel) for teachers attending mandatory online training courses by automating video playback controls.
1. User installs extension. 2. User registers on the provider's website and receives an email. 3. User logs into the extension popup with their credentials. 4. Extension verifies credentials with Firebase and fetches user permissions from Firestore. 5. When user visits supported educational sites (e.g., neti.go.kr, beti.go.kr), the extension injects scripts to automate video playback according to user settings.
Auto-next video: Automatically moves to the next lesson when the current one endsPlayback speed control: Maintains custom playback speeds (e.g., 1.5x)Mute video: Keeps audio muted by defaultAuto-play: Automatically starts videos
- 目标用户
- Teachers in South Korea attending mandatory education/training courses / Educational institution staff
- The extension's backend logic for permission granting is not fully visible; we assume it's free based on lack of payment code, but 'license server' implies potential paid access not visible in frontend code.
付费分析未识别到付费功能
There is no evidence of paid features, subscriptions, or payment processing within the extension code. While the extension uses a license server ('beti-license-server') to grant permissions (canAutoPlay, canAutoClick, etc.), this appears to be an access control mechanism for a free or pre-approved user base rather than a paid tier system. No payment platforms or pricing logic were found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension implements its own login UI in popup.html and uses Firebase Authentication (identitytoolkit.googleapis.com) in popup.js to authenticate users via email/password. The core functionality (auto-click, speed settings) is gated by server-side permissions fetched after login (loadUserPermissions in popup.js). Without logging in, the settings section is hidden and permissions are set to false/disabled.