AI 产品解读Record user interactions on web dashboards and generate automated test/recording scripts
Enables users to capture their navigation and interactions through data dashboards in Fugo CMS, converting those actions into replayable scripts for digital signage displays or automated testing.
User installs extension -> Opens Fugo CMS dashboard -> Clicks extension icon to start recording -> Extension overlays recording UI -> User navigates through dashboard (clicks, scrolls, types) -> Extension captures DOM events and selectors -> User stops recording -> Extension generates Puppeteer/Playwright script from captured steps -> Script can be exported or run for playback on digital signage or in CI/CD.
Dashboard interaction recording (clicks, navigation, viewport changes)Generates Puppeteer and Playwright scripts from recorded stepsOverlay UI for recording controls (start, pause, stop, screenshot)Supports multiple frames and basic auth scenariosExports recorded steps as headless browser automation scripts
- 目标用户
- Fugo CMS users managing digital signage dashboards / QA/test engineers using dashboard recording for automated testing / Teams wanting to share dashboard workflows via recorded scripts
- Most JavaScript files are heavily minified/bundled, making it difficult to trace exact API calls and authentication flows. The background.js and content-script.js are single large minified bundles. Keyword grep on minified code produced many false positives. Cannot definitively confirm whether Fugo CMS requires login for all recording features or if there are free-tier limitations. The extension appears to be a fork or rebrand of Checkly's 'headless-recorder' open-source project (evidenced by Checkly logos, Checkly documentation links, and 'headless-recorder-v2' locale message).
付费分析未识别到付费功能
The extension itself does not contain any payment, subscription, billing, or upgrade logic. The keyword matches for 'pro' and 'license' in the static analysis are from bundled third-party libraries (Lodash MIT license, Vuex, etc.) and minified code artifacts, not from the extension's own feature gating. The extension appears to be a free recording tool that generates Puppeteer/Playwright scripts. While Fugo CMS as a destination service may have paid plans, the extension itself does not gate features behind a paywall or call any payment APIs.
- 置信度
- 85
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension is named 'Fugo Dashboard Recorder' and its purpose is to record dashboards in Fugo CMS for playback on Fugo Digital Signage players. The manifest declares externally_connectable origins for fugo.ai, www.fugo.ai, and fugo-app.netlify.app, indicating the extension communicates with the Fugo platform. Recording dashboards and syncing them to Fugo's digital signage infrastructure inherently requires a Fugo CMS account. The extension itself does not implement its own login UI, but the core workflow depends on authenticating with the Fugo destination service.
Does not work at all