AI 产品解读AI-powered influencer analytics tool that displays real-time influencer metrics (follower count, engagement rate, content type, audience analysis) while browsing social media platforms
Helps marketers and brands quickly evaluate influencer performance metrics without leaving the social media platform, saving time on influencer research and discovery
User installs extension and logs into kolr.ai → browses social media profiles (Instagram, Threads, etc.) → extension intercepts XHR/API responses from the platform → extracts profile and post data → injects content script UI drawer showing analytics → user can click through to kolr.ai for deeper analysis
Intercepts Instagram GraphQL API calls to capture profile data, post engagement, timeline data, and clipsIntercepts Threads GraphQL queries for user and post dataDisplays influencer analytics in a side drawer overlay on social media profilesSupports cross-platform analysis across Instagram, YouTube, Facebook, Twitter/X, TikTok, and ThreadsPersonalized influencer collection and collaborator list managementDiscovers similar influencers
- 目标用户
- Social media marketers / Brand managers / Influencer marketing professionals / E-commerce businesses
- The main content script (src/pages/content/index.js, 2MB) is heavily bundled/minified and likely contains the UI framework for the analytics drawer, but keyword searches returned no hits for login/premium/token terms, limiting understanding of UI-level feature gating
- The background script is minified to a single line (~88KB), making exact code tracing difficult
- Cannot definitively determine if the extension has any partial functionality without login vs requiring full authentication
付费分析未识别
暂无付费判定理由。
- 置信度
- 0
- 支付平台
- --
- 来源
- 无 / 中
- 需要登录
- 是
- 登录理由
- The background script monitors for a 'userToken' cookie on the '.kolr.ai' domain and syncs it to content scripts on social media platforms. The key code: `if(s.cookie.domain.endsWith(".kolr.ai")&&s.cookie.name==="userToken")` triggers token distribution to Instagram, Facebook, YouTube, TikTok, Twitter/X, and Threads tabs. The extension also communicates with 'app.kolr.ai' via externally_connectable. This token is likely required for the extension's API calls to kolr.ai for influencer analytics. The user must first log into the kolr.ai web app to obtain this token.