Influencer Analytics by KOL Radar

🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing.

什么是Influencer Analytics by KOL Radar?

Influencer Analytics by KOL Radar是由KOL Radar开发的Chrome扩展程序,该扩展的主要功能是“🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing.”。

扩展截图

screenshot
screenshot

下载Influencer Analytics by KOL Radar扩展crx文件

下载Influencer Analytics by KOL Radar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Effortlessly Analyze Influencers Across 5 Social Media Platforms:
- Instagram
- Facebook
- YouTube
- TikTok
- Twitter

Instantly Access Influencer Data and Insights:
- KOL Follower Analysis
- Post Engagement Rate
- Video View Rate
- Influencer’s Primary Content Types
- Discover Similar Influencers
- Influencer Audiences Analysis
- Sponsored Post Analysis
- Average Post Interactions
- Average Post Likes
- Average Post Comments
- Dive into Instagram Post Engagement Rates

4 Key Benefits of Using Influencer Analytics by KOL Radar!
1.Track Influencer Performance: Unlock Comprehensive Data and In-Depth Analysis.
2. Cross-Platform Insights: Save Time and Effort with One-Click Platform Switching.
3. Personalized Influencer Collection: Easily Manage Your Own Collaborator List.
4. In-Depth Influencer Insights: Access More Detailed Data on Influencer Analysis Page With a Single Click!

Save Time and Effort! Find the perfect Influencers now!

🚀Get Started - Download Influencer Analytics by KOL Radar!                    

扩展基本信息

名称 Influencer Analytics by KOL Radar Influencer Analytics by KOL Radar
ID amjaoklkeffceamacmpblhhhfajdoihl
官方URL https://chromewebstore.google.com/detail/influencer-analytics-by-k/amjaoklkeffceamacmpblhhhfajdoihl
简介 🏆 Influencer Analytics by KOL Radar! Get Instant influencer analysis while browsing.
文件大小 3.76 MB
安装次数 8,000
当前版本 1.5.1
更新时间 2024-02-06
上架时间 2023-08-21
评分 4.88/5 共33次评分
开发者 KOL Radar
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.kolradar.com/
帮助页面URL https://www.kolradar.com/us/contact
隐私政策页面URL https://www.kolradar.com/privacy
支持的语言 en,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.1",
    "permissions": [
        "scripting",
        "activeTab",
        "cookies",
        "tabs",
        "webNavigation"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.kolradar.com\/*"
        ]
    },
    "icons": {
        "16": "public\/icon-16.png",
        "32": "public\/icon-32.png",
        "48": "public\/icon-48.png",
        "128": "public\/icon-128.png"
    },
    "action": {
        "default_title": ""
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.facebook.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/*.tiktok.com\/*",
        "https:\/\/*.kolradar.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*",
                "assets\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}