Influencer Analytics by Upfluence

Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.

什么是Influencer Analytics by Upfluence?

Influencer Analytics by Upfluence是由https://upfluence.com开发的Chrome扩展程序,该扩展的主要功能是“Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Influencer Analytics by Upfluence扩展crx文件

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

扩展使用说明

                        Easily get free influencer metrics and statistics! With Upfluence's influencer analytics plugin, access insightful influencer data statistics such as :

 • post engagement rate
 • total reach
 • average views
 • average likes
 • audience demographics

How does it work? 
1. Disable your Ad Blocker
2. Open a social media profile in your Chrome browser
3. Open the Upfluence Chrome extension to view an influencer's profile performance metrics & statistics in one dashboard

This tool will help you find the right creators for your campaigns based on performance data.

🚀 Get started now by installing the Upfluence Chrome extension!                    

扩展基本信息

名称 Influencer Analytics by Upfluence Influencer Analytics by Upfluence
ID nogempgplicnckhcmgjjjgflmipmbgaf
官方URL https://chromewebstore.google.com/detail/influencer-analytics-by-u/nogempgplicnckhcmgjjjgflmipmbgaf
简介 Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.
文件大小 290 KB
安装次数 125,589
当前版本 1.2.0.74
更新时间 2023-12-20
上架时间 2019-12-03
评分 3.65/5 共122次评分
开发者 https://upfluence.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.upfluence.com/?swcfpc=1
隐私政策页面URL https://upfluence.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Influencer Analytics by Upfluence",
    "version": "1.2.0.74",
    "manifest_version": 2,
    "description": "Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Add this influencer to Upfluence Software"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "variables-sharing.js",
        "iframe.js",
        "iframe.html",
        "upfluence-blue-logo.svg",
        "upfluence-loading-animation.gif"
    ],
    "permissions": [
        "tabs",
        "identity",
        "identity.email",
        "https:\/\/upfluence.co\/*",
        "http:\/\/upfluence.co\/*"
    ]
}