TikTok Influencer Insights | Omnifluence

Analyse engagement rate of any tiktok influencer right in your browser.

¿Qué es TikTok Influencer Insights | Omnifluence?

TikTok Influencer Insights | Omnifluence es una extensión de Chrome desarrollada por https://omnifluence.io, y su función principal es "Analyse engagement rate of any tiktok influencer right in your browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TikTok Influencer Insights | Omnifluence

Descarga archivos de extensión TikTok Influencer Insights | Omnifluence en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Influencer Data & Engagement Rate Extension for TikTok.

This freemium extension lets you view any TikTok users average engagement rate as well average reach completely for free. More data as well as visual charts of the influencers stats is included in the PRO version.

Includes following data completely for free:
 • average engagement rate
 • average reach

PRO data includes: (all of the above) +
 • average likes
 • average  comments
 • average average shares

AND - Charts visualizing:
• Views of each post
• Likes of each post
• Comments of each post

To help  make sure the influencer has a good reach and not just one viral post to skew their stats, pro users now also get access to:

 • highest estimated reach
 • lowest estimated reach

How does it work?
1. Make sure you are logged in to TikTok and have this extension running.
2. Navigate to any user profile on your desktop chrome browser.
3. The new user data should be visible to the right of the usual TikTok profile data (such as bio, followers,etc).

________________________
Whats New!
________________________

Feature Roadmap 
(what cool new things will be included in the future)
1. Save Influencer - Bookmark all the influencers you like to keep track of and download their data
2. Cross platform integration - Keep track of the influencer across multiple platforms rather than having to find them on each one.

Feedback & Support
We are always happy to hear your thoughts and suggestion. Don't hesitate to reach out to us!                    

Información Básica de la Extensión

Nombre TikTok Influencer Insights | Omnifluence TikTok Influencer Insights | Omnifluence
ID gfpdcgnkjghlbcobnpiliohohkhbdhpl
URL Oficial https://chromewebstore.google.com/detail/tiktok-influencer-insight/gfpdcgnkjghlbcobnpiliohohkhbdhpl
Descripción Analyse engagement rate of any tiktok influencer right in your browser.
Tamaño del Archivo 168 KB
Cantidad de Instalaciones 263
Versión Actual 1.2.1
Última Actualización 2023-01-05
Fecha de Publicación 2022-03-20
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://omnifluence.io
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.omnifluence.io/tools/extensions/influencer-insight
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikTok Influencer Insights | Omnifluence",
    "description": "Analyse engagement rate of any tiktok influencer right in your browser.",
    "version": "1.2.1",
    "manifest_version": 3,
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "action": {
        "default_icon": {
            "16": "logo16.png",
            "48": "logo48.png",
            "128": "logo128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Click to view more"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.omnifluence.io\/",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/tiktok_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/www.omnifluence.io\/"
    ]
}