AI 产品解读Meta Pixel troubleshooting and validation tool
Helps website developers and marketers verify that their Meta (Facebook) Pixel implementation is correctly firing events and sending data to Facebook
1. User installs the extension. 2. When visiting a webpage, the content script scans for fbq() calls and Facebook pixel tracking requests. 3. The background service worker intercepts network requests to www.facebook.com/tr to capture pixel event data. 4. Parsed data is combined and stored in chrome.storage.local. 5. User clicks the extension icon to open the popup, which displays detected pixels, event names, status, and detailed event information. 6. User can click to copy pixel IDs, expand event details, or navigate to Facebook's troubleshooting tools.
Detects Meta Pixel initialization and event tracking calls on web pagesDisplays pixel ID and all tracked events in a popupShows event details including custom data, advanced matching parameters, and data processing optionsProvides status indicators (success/warning) for each pixel eventLinks to Facebook's test events tool and event setup pages for troubleshootingSupports batched pixel events and auto-detected events (Microdata, SubscribedButtonClick)
- 目标用户
- Website developers / Digital marketers / Facebook Ads managers / E-commerce site operators
- The extension sends analytics data to www.facebook.com/pixel_helper/analytics/ which could be considered a privacy concern but is not a paid feature or login requirement
- This is an unofficial legacy version not affiliated with Meta, so it may not support the latest Pixel API features
- The extension has broad host_permissions (*://*/*) which is typical for debugging tools but worth noting
付费分析未识别到付费功能
The extension is completely free with no paid features, subscription gates, or billing logic. The keyword 'subscribe' found in background.js and popup.js refers to 'SubscribedButtonClick', a Meta Pixel event name for tracking newsletter subscription button clicks on websites, not a subscription payment feature of the extension itself.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local troubleshooting tool that runs on any webpage. It does not implement any login UI, nor does it redirect to a web app requiring an account. The core workflow of detecting and displaying Meta Pixel events works entirely client-side without authentication.