AI 产品解读Chrome browser automation bridge for 影刀RPA desktop application
Enables the 影刀RPA desktop application to interact with Chrome browser DOM elements through Native Messaging, providing element picking and automated browser operations as part of RPA workflows
User installs 影刀RPA desktop application → installs this Chrome extension → extension connects to desktop app via Native Messaging (shadowbot.chrome.bridge) → desktop RPA software sends automation commands → extension executes commands in Chrome (element picking, DOM manipulation, script injection) → results returned to desktop app
Native Messaging bridge between 影刀RPA desktop app and Chrome (shadowbot.chrome.bridge)Content script injection into all web pages for DOM element accessChrome DevTools debugger protocol access for automationTab management and scripting capabilities for RPA operationsSupport for Windows (v1/v2 handlers), macOS, and Linux platforms
- 目标用户
- 影刀RPA (Shadowbot RPA) desktop application users / Business process automation developers using 影刀RPA platform / Enterprise users performing web automation workflows
- Extension is a pure bridge/plugin with minimal standalone logic; most functionality depends on the external 影刀RPA desktop application
- Cannot determine whether the 影刀RPA desktop application (winrobot360.com) requires login or has paid features - this is outside the extension's source code
- The desktop application's pricing and account requirements are external factors that affect the overall user experience
付费分析未识别到付费功能
No payment, billing, subscription, premium, or upgrade code exists in the extension source. All 'pro' keyword matches are false positives from JavaScript Object.defineProperty() and webpack boilerplate code. The extension itself does not gate any features behind payment. The destination product 影刀RPA (winrobot360.com) likely has paid plans for the desktop RPA software, but the extension itself implements no payment logic.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension contains no login, authentication, account, or token-related code. It functions purely as a Native Messaging bridge between the 影刀RPA desktop application and Chrome browser. However, the store description states it is '仅适用于影刀RPA用户' (only for 影刀RPA users), meaning the destination desktop application (winrobot360.com) may require a user account, but that is external to this extension.