TikTok Influencer Insights | Omnifluence

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

TikTok Influencer Insights | Omnifluence란 무엇입니까?

TikTok Influencer Insights | Omnifluence은(는) https://omnifluence.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Analyse engagement rate of any tiktok influencer right in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TikTok Influencer Insights | Omnifluence 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 TikTok Influencer Insights | Omnifluence TikTok Influencer Insights | Omnifluence
ID gfpdcgnkjghlbcobnpiliohohkhbdhpl
공식 URL https://chromewebstore.google.com/detail/tiktok-influencer-insight/gfpdcgnkjghlbcobnpiliohohkhbdhpl
설명 Analyse engagement rate of any tiktok influencer right in your browser.
파일 크기 168 KB
설치 횟수 263
현재 버전 1.2.1
최근 업데이트 2023-01-05
출시 날짜 2022-03-20
평점 5.00/5 총 1 개의 평점
개발자 https://omnifluence.io
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.omnifluence.io/tools/extensions/influencer-insight
지원되는 언어 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\/"
    ]
}