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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access influencer profile analytics & contact them directly from your browser with the Upfluence plugin."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Influencer Analytics by Upfluence एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}