AI 产品解读Secure locked-down browser environment for taking PSI online proctored exams
Enables secure, monitored online exam delivery by restricting browser capabilities (tab creation, window creation, extension enabling), capturing desktop/webcam/microphone, and providing real-time proctor communication during test sessions
User installs the extension, then launches a PSI proctored exam session. The extension activates a secure check-in flow: (1) system hardware/software check, (2) identity verification with ID photo, (3) agreements acceptance, (4) camera/microphone permission, (5) start test. During the exam, the extension locks down the browser (no new tabs/windows/extensions), streams webcam/screen to proctor, provides live chat with proctor, and supports break requests. After exam completion, the extension auto-closes.
Locked-down browser environment preventing new tabs, windows, and extensions during examsDesktop/screen capture and webcam/microphone access for proctoring monitoringLive chat with proctor during exam sessionIdentity verification and check-in flow (ID confirmation, photo match)Break request system with proctor approvalBuilt-in whiteboard/notepad tool
- 目标用户
- Test-takers using PSI's online proctored examination platform / Candidates for professional certification exams, licensure tests, and other remotely proctored assessments
- The background worker and UI JS files are heavily minified, limiting ability to trace exact authentication flow logic
- Cannot fully determine if the OAuth2 flow authenticates the test-taker directly or uses service-to-service tokens after the user authenticates on PSI's website
- The externally_connectable localhost:50161 pattern suggests integration with a local PSI application, but the local app's role is unclear
付费分析未识别到付费功能
No evidence of paid features, subscriptions, premium tiers, or in-app purchases within the extension. All keyword hits for 'checkout' refer to exam completion (e.g., 'This test is completed. PSI Chrome Extension will auto-close in {{countdown}}'), not e-commerce payments. All 'pro' matches are fragments of 'proctor' terminology. No billing, Stripe, payment platform, upgrade, or premium feature references found anywhere in the source. PSI's exam scheduling is a separate business service, not gated within this extension.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension requires users to have a scheduled exam through PSI's platform. It communicates with PSI's OAuth2 authentication endpoints (hydra.bridge.psiexams.com/oauth2/auth, /oauth2/token) and auth token services (mps.bridge.psiexams.com/api/auth/token). The check-in flow includes identity verification (ID confirmation, photo match, reservation match). The extension itself has no login UI; authentication occurs on PSI's exam platform, and the extension operates as a secured proctoring environment once the exam session is initiated.