AI 产品解读Behavior Tracking Debugging
Helps developers and marketers verify that Movable Ink tracking scripts are correctly installed on web pages and that behavioral events (like page views, clicks, or custom events) are firing as expected.
The extension runs in the background, monitoring network requests for Movable Ink tracking endpoints (track.gif, /track). It stores detected events in local storage. When the user opens the popup, it retrieves the current tab's events, checks for authentication cookies, and displays a list of events with their parameters. If not authenticated, it offers a link to authorize via the Movable Ink web app.
Detects Movable Ink tracking scripts on the current pageDisplays a badge count of tracking events firedShows detailed parameters of tracking events (URL, event type, user ID, properties)Displays Movable Ink cookies (_midat) for the current domainAllows filtering and viewing of specific event details
- 目标用户
- Web developers / Digital marketers / Movable Ink customers
- The extension relies on the Movable Ink script being present on the page; if the script is blocked or not loaded, the extension will report no events. The analysis assumes the 'mio_cred' cookie is the sole authentication mechanism, but the web app might use other auth methods not visible in the extension code.
付费分析未识别到付费功能
The extension is a free developer/debugging tool provided by Movable Ink. It does not contain any code for purchasing, subscriptions, or billing. It does not gate features behind a paywall within the extension itself. While Movable Ink (the destination service) is a commercial product that likely has paid plans, the extension's functionality (tracking event debugging) appears to be a free utility for users of their service.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 是
- 登录理由
- The extension itself does not implement a login UI, but it relies on the user being logged into the Movable Ink destination service (app.movableink.com) to function correctly. The popup checks for a 'mio_cred' cookie (scripts/popup.js:54) to determine authentication status. If the cookie is missing, it displays an 'Authorize Extension' link (scripts/popup.js:123) that redirects to the Movable Ink web app, implying the user must have an account and be logged in to authorize the extension and view company-specific data.