Socialpeeks Influencer Analyzer

Own your influencer campaigns with Socialpeeks

什么是Socialpeeks Influencer Analyzer?

Socialpeeks Influencer Analyzer是由https://socialpeeks.com开发的Chrome扩展程序,该扩展的主要功能是“Own your influencer campaigns with Socialpeeks”。

扩展截图

screenshot
screenshot
screenshot

下载Socialpeeks Influencer Analyzer扩展crx文件

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

扩展使用说明

                        Instantly analyze any Instagram™ account! Find the best potential campaign influencers and save them to a campaign list.

Get all the critical information you need to choose your best Instagram™ collaborators:

  • Engagement rates vs. industry averages 
  • Instagram account type public vs. business vs. creator
  • Contact email address and location
  • History of top-performing posts
  • Previous “sponsored” posts
  • Save any influencer to your own campaign list
  • Collaborate with your team / client on any campaign

Stop wasting time browsing Instagram™. Start looking at potential creators, influencers and ambassadors!

💹 Analyze ANY Account.  🖼 Evaluate Content.  💻 Connect with Influencers

100% free! Unlimited usage!

Socialpeeks Influencer Analyzer is the ultimate tool for marketers working with Instagram™ influencers.

Learn more at https://www.socialpeeks.com

Instagram™ is a trademark of Facebook Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to Instagram™ or Facebook Inc.                    

扩展基本信息

名称 Socialpeeks Influencer Analyzer Socialpeeks Influencer Analyzer
ID mccgeoiagpeckpkenegmjjoaeeppdjld
官方URL https://chromewebstore.google.com/detail/socialpeeks-influencer-an/mccgeoiagpeckpkenegmjjoaeeppdjld
简介 Own your influencer campaigns with Socialpeeks
文件大小 1.03 MB
安装次数 1,294
当前版本 0.0.32
更新时间 2021-05-04
上架时间 2020-07-04
评分 5.00/5 共8次评分
开发者 https://socialpeeks.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.socialpeeks.com
帮助页面URL https://www.socialpeeks.com
隐私政策页面URL https://members.socialpeeks.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Own your influencer campaigns with Socialpeeks",
    "version": "0.0.32",
    "manifest_version": 2,
    "name": "Socialpeeks Influencer Analyzer",
    "short_name": "Socialpeeks Influencer Analyzer",
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Socialpeeks",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/localhost\/*",
        "*:\/\/local.host\/*",
        "*:\/\/*.socialpeeks.com\/*",
        "*:\/\/*.mixpanel.com\/*",
        "*:\/\/*.google-analytics.com\/*",
        "storage",
        "tabs",
        "declarativeContent"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "*"
    ],
    "icons": {
        "16": "icon-16.png",
        "128": "icon-128.png"
    },
    "incognito": "split",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/use.fontawesome.com https:\/\/cdn4.mxpnl.com 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/local.host\/*"
        ]
    }
}