AI 产品解读Display additional statistics (pricing, Monthly Active Users, last update time) on Apify Store actor cards and provide developer tracking and bookmarking dashboards.
Users browsing the Apify Store must click into each actor to see pricing details, popularity metrics, and update recency. This extension surfaces these key metrics directly on the actor cards for quick comparison, and allows users to track developer portfolios and bookmark favorite actors.
User installs extension -> visits apify.com/store -> extension injects content scripts to overlay pricing, MAU, and last-update badges on actor cards -> User can bookmark actors via a bookmark button -> User opens Dashboard (popup or separate tab) to view/bookmark-manage saved actors -> User can also open Radar to track developer portfolios by pasting developer URLs -> Data is synced from public Apify API and stored locally.
Show pricing per 1,000 results, monthly subscription price, or PPU (pay-per-usage) on actor cardsDisplay Monthly Active Users (MAU) count on actor cardsShow relative last update time (e.g., '3 hours ago') on actor cardsBookmark actors for later reference via a Dashboard viewTrack developer portfolios via a Radar view showing all public actors from specified developersFilter and sort bookmarked actors by pricing type, MAU, name, or last modified date
- 目标用户
- Apify Store users looking to compare actors quickly / Developers monitoring competitor or related actor performance / Teams managing collections of useful Apify actors
- The extension bundles a large React runtime (~316KB in i18n chunk) which makes static analysis of UI components less readable, but the key logic in background.js and content.js was fully analyzed.
- Cannot verify if the destination service (Apify) requires login for accessing certain actor details, but the extension itself does not require login to function.
- The extension uses referral parameters (?fpr=5wqcrs) in URLs, suggesting affiliate/partner tracking, but this does not affect login or paid feature determination.
付费分析未识别到付费功能
The extension itself is free with no paid features, upgrade prompts, or payment integrations. The keywords 'subscription', 'pricing', and 'monthly' detected in the static scan refer to displaying pricing information of Apify actors (e.g., 'monthly subscription price', 'pay-per-usage') on the Apify Store cards, not charging users for the extension itself. The extension displays actor pricing models (PPU, PAY_PER_EVENT, FLAT_PRICE_PER_MONTH) fetched from the public Apify API. There is no extension-level paywall, subscription tier, or billing logic.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates entirely on public Apify Store pages and public API endpoints (api.apify.com/v2/store, api.apify.com/v2/users). It uses browser local storage for bookmarks and developer tracking preferences. No authentication flows, login buttons, or credential handling were found in the extension code. The 'sign-in' keyword found in content.js is part of a URL pathname exclusion list (checking if a URL path is a navigation page like sign-in, settings, etc.) rather than an actual login feature.