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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}