AI 产品解读Bridge between web pages and a local native application for screen control.
Allows users of the iMAL (iMedical Alerts) web portal to interact with their local machine for tasks like copying, printing, or scanning screens, which standard web browsers cannot do directly.
1. User logs into the iMAL web portal. 2. The extension's content script listens for 'imalPathNotif' messages. 3. Upon receiving a message, it sends it to the background service worker. 4. The service worker connects to the native host 'com.path.pathctrl' via nativeMessaging. 5. The native host (PathCtrlChrome.exe) executes the requested action (e.g., screen copy/print) on the local machine.
Sends native messages to a local executable (PathCtrlChrome.exe)Displays desktop notifications for iMAL alertsEnables screen copy/print functionality for logged-in usersInjects content scripts to listen for specific web messages
- 目标用户
- Users of the iMAL (iMedical Alerts) service / Medical or enterprise users requiring secure screen capture/printing from web portals
- The extension relies on a native host executable (PathCtrlChrome.exe) which is not included in the source package, so the full behavior of the native side cannot be analyzed.
- The specific login flow of the destination iMAL service is external to the extension.
付费分析未识别到付费功能
The extension code contains no references to payment platforms, subscription management, license keys, or upgrade prompts. The 'license' and 'pro' keyword matches in the static analysis are false positives (BSD license headers and table headers). The extension appears to be a free utility tool for authenticated users of the iMAL service.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension description states it 'controls copy/print Screen for logged in users', and the code references an iMAL (iMedical Alerts) portal endpoint (/imal_core_portal/path/unsecureScan/scan/saveImage). The extension acts as a bridge to a native host (PathCtrlChrome.exe) for a web application that requires user authentication to function.