AI 产品解读Automated SSO login helper for school educational applications
Students and teachers need to log into multiple educational applications frequently. Wonde simplifies this by automatically detecting SSO tokens, retrieving credentials from the Wonde/MyLogin backend, and auto-filling login forms on educational app websites.
User clicks an application link on the Wonde/MyLogin portal → Browser redirects to the educational app with an SSO token in the URL → Extension detects the token via content script → Extension calls the Wonde/MyLogin API with the token to retrieve credentials → Extension auto-fills login form fields and submits → On success, cookies are cleared and the user is logged in.
Detects SSO login tokens (wonde-login, mylogin-login) from URL parameters or cookiesFetches login credentials from Wonde/MyLogin password-retrieval APIsAutomatically fills username/password fields on educational application login formsHandles multi-step login flows (V1 and V2 protocol support)Detects and handles CAPTCHA elements during loginDisplays a visual overlay showing login progress
- 目标用户
- Students in schools / Teachers in schools / Schools using the Wonde or MyLogin platform
- Cannot verify whether Wonde/MyLogin portals themselves require individual user login vs institutional tokens
- Cannot determine if the Wonde service (sold to schools) has paid tiers that gate this extension's functionality
- No UI code in the extension beyond the login overlay, so difficult to assess full user-facing features
付费分析未识别到付费功能
No evidence of paid features within the extension. No payment UI, no license checking, no subscription flow, no premium gating, no billing API calls. The static analysis 'paid' keyword matches are all false positives: 'pro' matching in 'process', 'production', 'properties'; 'license' in jQuery copyright notice. The Wonde service is a B2B product sold to schools, but the extension itself contains no payment mechanisms.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself has no login UI or account system, but its entire workflow depends on the user being authenticated at the Wonde or MyLogin portal. The extension detects SSO tokens (wonde-login, mylogin-login) passed via URL parameters from those portals, then fetches credentials from the backend API and auto-fills login forms on educational applications. Without being logged into the Wonde/MyLogin destination service first, the extension has no token to work with and cannot function.