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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://upfluence.com และคุณลักษณะหลักของมันคือ "Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Influencer Analytics by Upfluence

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
    ]
}