AI 产品解读Bridge/connector extension enabling communication between PSI's Atlas Cloud web-based testing platform and a local native messaging host application for in-application exam delivery
Enables PSI's browser-based test delivery platform to launch and communicate with local desktop applications during proctored or in-application exams (e.g., testing skills in actual software like Microsoft Office, coding IDEs, etc.)
User logs into PSI's Atlas Cloud platform → starts an in-application test → the web page connects to this extension via chrome.runtime.connectExternal → extension launches a native messaging broker (32-bit or 64-bit) → extension relays commands between the web platform and the native broker → native broker launches the required local application for the exam → test is delivered and results flow back through the chain
Relays messages between PSI web platform and native broker application via Chrome native messagingSupports both 32-bit and 64-bit native broker processesHandles broker lifecycle management (start, terminate, error recovery)Provides version reporting to the web platformBuffers pending messages during connection transitions
- 目标用户
- Test-takers using PSI's Atlas Cloud exam platform / Candidates taking professional certification or skills assessments / Users of PSI-affiliated testing services (enlightks.com, skillsbox.com, psiexams.com)
- Extension is very small (3 text files, ~196 lines of JS) with minimal surface area to analyze
- No UI code exists - extension is purely a background service worker bridge
- Cannot verify the native messaging host (com.psionline.lwc.broker32/64) behavior from extension code alone
付费分析未识别到付费功能
The extension contains zero billing, subscription, payment, premium gating, or upgrade code. It is a free bridge utility. The PSI testing platform itself is a paid service for organizations, but the extension itself does not gate any features behind payment. All extension functionality is available to any user who has the extension installed.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself has no login UI or authentication code, but it is a bridge/connector that only functions when the user is on PSI's Atlas Cloud testing platform (psionline.com, psiexams.com, enlightks.com, etc.). Users must be logged into the PSI testing platform to take exams. The extension communicates via chrome.runtime.onConnectExternal with these authorized domains, meaning the user must already be on the platform (and thus authenticated there) to use the extension.