Quantify - Influencer Marketing on Instagram

Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.

What is Quantify - Influencer Marketing on Instagram?

Quantify - Influencer Marketing on Instagram is a Chrome extension developed by https://home.woomio.com, and its main feature is "Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.".

Extension Screenshots

screenshot

Download Quantify - Influencer Marketing on Instagram Extension CRX File

Download Quantify - Influencer Marketing on Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension allows you to gain insights into the performance and audience of any profile on Instagram, TikTok or YouTube. Use this tool to get analytics on what engages your audience and everyone else's, while getting to know your audience better. Find influencers, organize your Influencer Marketing campaigns using lists, contacts, forecasts, predictions and more.

How it works:
When visiting an Instagram profile, TikTok profile or a YouTube profile, a top bar will appear in the top of your browser. It is expandable, and presents in-depth analytics of the Instagram profile, TikTok profile or YouTube profile you are visiting. This enables you to find the best influencers for your campaign.

Please make sure that you have 3rd party cookies enabled, as the extension will ask you to log in. Also, please make sure you log in with your work email.

Features include:
- Overview of any influencer's posts (+ ig stories soon) and their performance on Instagram, TikTok and YouTube
- Detailed overview of any influencer's audience on Instagram (includes demography with age and gender, as well as geography with country/countries and city/cities - this works for TikTok and YouTube as well)
- Comparing any influencer's performance to local peers and market averages on Instagram
- Tagging and classification of influencers
- Engagement analytics across any influencer's Instagram posts
- Easy access to additional features on https://www.woomio.com/ (including Instagram stories)
- Download IG stories
- Manage and contact influencers
- Audit / estimate fake followers on Instagram through our available data set
- See who you actually reach
- Find influencers that are optimal for your campaign

Tightly integrated with Woomio's Media Kits, Influencer search/discovery and Influencer Lists, Quantify eases the search for the optimal influencer on Instagram, TikTok and YouTube.

Currently supported social platforms:
- Instagram posts (stories are downloadable)
- YouTube videos
- TikTok

Released lately:
- Audience support for YouTube and TikTok

Coming soon:
- Profile search on TikTok
- Reach benchmarks
- Actual reach
- Support for Instagram stories insights (already available on woomio.com)
- Support for Facebook
- Support for blogs

**Note: you must be logged in to Instagram to use Quantify. While Quantify is free on Instagram, you must have a (free) Woomio Businesses account too, to log in. Free Woomio Business accounts allow insights into Instagram stories, content creator search, reporting and more, so we strongly recommend you get one. Looking at Instagram audience costs credits - you'll get some for free when you sign up.
All Instagram analytics are gotten from Woomio.com.

Please reach out to [email protected] if you feel like you're in a painful situation.

Woomio is an Influencer Marketing Software with campaign management capabilities that enables you to find the optimal influencers and content creators for your campaigns on social media. Quantify is developed by Woomio, and is not created by nor affiliated with Instagram, Facebook, TikTok or YouTube.                    

Extension Basic Information

Name Quantify - Influencer Marketing on Instagram Quantify - Influencer Marketing on Instagram
ID ndkijjglnhncbjlibklpbnlckkgjmnpk
Official URL https://chromewebstore.google.com/detail/quantify-influencer-marke/ndkijjglnhncbjlibklpbnlckkgjmnpk
Description Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.
File Size 6.82 MB
Installation Count 5,000
Current Version 1.3.29
Last Updated 2024-02-28
Publish Date 2020-06-30
Rating 3.86/5 Total 42 Ratings
Developer https://home.woomio.com
Email [email protected]
Payment Type free
Extension Website https://home.woomio.com/
Help Page URL https://intercom.help/woomio/en/
Privacy Policy Page URL https://www.woomio.com/static/terms.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quantify - Influencer Marketing on Instagram",
    "short_name": "Quantify",
    "description": "Get data insights, audience and stories from any Instagram, TikTok or YouTube profile. Organize your Influencer Marketing campaigns.",
    "version": "1.3.29",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "jquery-3.7.1.min.js",
                "main.js",
                "helpers.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/css\/font-awesome.min.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "action": {
        "default_icon": {
            "19": "icon_19.png",
            "38": "icon_38.png"
        }
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.tiktok.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon_48.png",
                "icon_38.png",
                "logo.svg",
                "download.png",
                "assets\/fonts\/*",
                "assets\/img\/*",
                "builds\/*",
                "helpers.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.woomio.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ]
        }
    ]
}