AI 产品解读Browser automation agent bridge — connects OpenAI's Codex AI agent to Chrome to perform tasks on websites
Enables AI-driven automation of browser-based workflows (research, form filling, dashboard review, data updates) on websites where the user is already signed in, eliminating manual multi-step browser tasks
User installs the extension alongside the Codex desktop app. The extension connects to the local Codex process via WebSocket. User gives Codex a task, and the AI agent navigates Chrome — opening tabs, clicking elements, filling forms, reading content — in isolated tab groups, asking for user confirmation before sensitive actions.
AI-controlled browser navigation and interaction on any websiteTask-specific tab groups that don't interrupt active browsingForm filling and multi-step workflow automationResearch and context gathering across multiple tabsDashboard and internal tool review with summarizationUser confirmation before sensitive actions (file uploads, site access, history references)
- 目标用户
- OpenAI Codex users / Knowledge workers who use CRMs and internal web apps / Users automating repetitive browser-based research and data entry tasks
- Source code is heavily minified (background.js 144KB, popup JS 201KB) making detailed logic inspection difficult
- No explicit login/auth/account UI code found — may be handled entirely by the native Codex app
- Cannot confirm exact paid tier gating without access to the Codex desktop app source
付费分析未识别到付费功能
The extension itself contains no billing logic, subscription gates, upgrade prompts, or payment UI. The 'upgrade' keyword hit in popup JS and 'license' hit in CSS are from generic library code (React, Tailwind CSS MIT license), not payment features. The underlying OpenAI Codex service may have paid tiers (e.g., ChatGPT Pro), but the extension does not gate features or call billing APIs.
- 置信度
- 75
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension is a launcher/bridge for OpenAI's Codex agent service. It connects to a local Codex process (CSP allows ws://127.0.0.1:* and nativeMessaging permission). The Codex product requires an OpenAI account. The extension itself has no login UI (no 'login', 'auth', 'account', 'token' keywords found in source), but the underlying Codex service it depends on requires authentication.