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
Eメール [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\/*"
    ]
}