AI 产品解读Local bridge connector between Chrome web pages and the Sirenia Driver Platform (Manatee) for web automation
Enables the locally-installed Manatee RPA platform to control, inspect, and interact with web pages displayed in Chrome by injecting automation scripts and relaying commands via WebSocket
User installs the Sirenia Driver Platform (Manatee) separately on their machine → Manatee opens a local WebSocket server → Extension auto-discovers the port via native messaging (eu.sirenia.manateediscoverer) → Extension connects to Manatee's WebSocket → User navigates web pages in Chrome → Extension injects automation scripts into tabs → Manatee sends commands (click, read, navigate, etc.) via WebSocket → Extension relays commands to injected page scripts and returns results → Tab events (navigation, activation, creation) are reported back to Manatee for context synchronization
WebSocket bridge to Manatee platform (localhost connection)Native messaging for Manatee port auto-discoveryInjection of automation scripts (puppeteer.js + world-relay.js) into web tabsComprehensive web automation commands: click, text input, read, navigate, focus, highlight, scroll, select, inspect, invoke, editcell, clickcell, findall, emitTab lifecycle management (creation, removal, activation, navigation tracking)Element resolution and bounds detection for UI interaction
- 目标用户
- RPA developers using the Sirenia/Manatee automation platform / Enterprise automation teams building web automation workflows / QA engineers using Sirenia for web testing
- Cannot determine if the external Manatee platform requires login or has paid tiers - that information is not in this extension's code
- All JavaScript files are minified/obfuscated, making intent verification harder but key patterns (WebSocket URLs, native message calls, command parsing) are clearly identifiable
- The extension has very broad host_permissions (http://*/* and https://*/*) which is expected for an automation bridge but limits insight into targeted use cases
付费分析未识别到付费功能
No payment processing, subscription logic, license checks, upgrade prompts, or feature gating found in the extension code. The 'pro' keyword hits are false positives in minified code (parts of variable names like 'prototype', protocol buffer data, or file hashes in verified_contents.json). No stripe, billing, checkout, plan, tier, premium, trial, or pricing keywords found. The extension is a free local bridge connector.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension contains no login UI, authentication logic, account creation, or credential management. It operates as a local bridge connector between Chrome tabs and a locally-installed WebSocket server (Manatee). All communication is via localhost WebSocket (ws://127.0.0.1:{port}) or native messaging to eu.sirenia.manateediscoverer. No keywords for login, auth, password, account, or sign-in were found in any source file.