AI 产品解读Developer tool for Coframe A/B testing and experimentation platform
Helps developers and QA engineers quickly inspect, debug, and create custom metrics for Coframe experiments directly from the browser without needing to navigate to the Coframe dashboard.
1. User installs extension and visits a page with Coframe SDK initialized. 2. Extension reads experiment data from window.Coframe. 3. User opens side panel to view current experiments/metrics. 4. User can select elements, describe desired tests, and use AI to generate injection code. 5. User injects code to test metrics and observe results.
Inspect current Coframe experiment status, variants, and treatments on any pageSelect elements and generate custom JavaScript test functions using AI (Claude/GPT)Monitor data layer events and user interactionsView personalization headers and debug logsInject test functions into pages to fire custom metrics
- 目标用户
- Developers / QA Engineers / Product Managers using Coframe
- The extension is heavily obfuscated/minified, making some logic hard to trace. The side panel JS is ~350KB minified. Some API endpoints and data structures were inferred from keyword matches rather than full code review.
付费分析未识别到付费功能
The extension itself is free. It does not contain any logic for subscriptions, billing, or upgrading. While the destination service (Coframe) likely has paid plans, the extension code does not gate features behind a paywall or call payment APIs. The extension uses external AI APIs (Anthropic/OpenAI) which require user-provided API keys, but these are third-party services, not paid features of the extension or Coframe.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension is a developer tool for the Coframe platform. It reads `projectId`, `orgId`, `sessionId`, and `userToken` from the page's `window.Coframe` SDK. These tokens are credentials for the Coframe destination service. Without a Coframe account and initialized SDK on the page, the extension cannot perform its core function of selecting elements and creating metrics. The extension itself does not implement a login UI, but relies entirely on the destination service's session.