SocialiQ - Influencer Marketing Research Tool

Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators.

SocialiQ - Influencer Marketing Research Tool란 무엇입니까?

SocialiQ - Influencer Marketing Research Tool은(는) https://impulze.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SocialiQ - Influencer Marketing Research Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Qualify creators from  Instagram, TikTok, Twitter, Youtube and Twitch 10x faster and build your own creator database by shortlisting your favourite profiles right away from the browser.

What can you do with SocialiQ?

→ Get Influencer profile insights at a glance
→ Find influencers from our 300M global influencer database
→ Find similar influencers in seconds
→ Build your own influencer database
→ Create a content library aggregating content across social media
→ Manage your influencer marketing campaigns
→ Monitor Campaign ROI

What can you view with the SocialiQ extension?

- Audience size 
- Average likes and comments on influencer account
- Influencer account overall engagement rate 
- Engagement rate of influencer posts & videos
- Likes of influencer posts and videos 
- Posts per week of an influencer account

You can get know more about influencer advanced insights such as audience demographics, credibility(fake followers), sponsored post performance and a lot more with impulze.ai influencer profile reports.

SocialiQ works with  Instagram, TikTok, Twitter, Youtube and Twitch social media platforms.  You will be able to view influencer insights for all these platforms as well as shortlist profiles to your database


Who is it for?

→ Digital Marketing Agencies
→ Freelancer Marketers
→ Brands 
→ Creators

Watch the product demo 📺
https://youtu.be/c1MC9RYQSnA

SocialiQ is a product of impulze.ai. Impulze is a self-served influencer marketing platform for modern marketing teams. Impulze is not directly affiliated with any of the social media platforms.

Have any questions or feedback? 
You can reach us at [email protected]

Learn more about our data:
https://www.impulze.ai/socialiq-data-notice                    

확장 프로그램 기본 정보

이름 SocialiQ - Influencer Marketing Research Tool SocialiQ - Influencer Marketing Research Tool
ID edpcocadldfbbpllhfkfcebnpigleamn
공식 URL https://chromewebstore.google.com/detail/socialiq-influencer-marke/edpcocadldfbbpllhfkfcebnpigleamn
설명 Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators.
파일 크기 1.31 MB
설치 횟수 14,940
현재 버전 2.0.3
최근 업데이트 2024-02-22
출시 날짜 2020-11-25
평점 4.20/5 총 10 개의 평점
개발자 https://impulze.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.impulze.ai
도움말 페이지 URL https://socilaiq.impulze.ai
개인정보 보호 정책 페이지 URL https://www.impulze.ai/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SocialiQ - Influencer Marketing Research Tool",
    "version": "2.0.3",
    "description": "Get insights of Instagram, TikTok, Twitter, Youtube and Twitch creators.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/socialiq.impulze.ai\/*"
            ],
            "run_at": "document_end",
            "js": [
                "socialIQ.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "instaStartLoad.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "tiktokStartLoad.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "twitterStartLoad.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "tiktokScript.js"
            ],
            "css": [
                "css\/font.css",
                "css\/material-design-iconic-font.min.css",
                "css\/toastr.min.css",
                "css\/animate.min.css",
                "css\/custom.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "instascript.js"
            ],
            "css": [
                "css\/font.css",
                "css\/material-design-iconic-font.min.css",
                "css\/toastr.min.css",
                "css\/animate.min.css",
                "css\/custom.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "twitterScript.js"
            ],
            "css": [
                "css\/font.css",
                "css\/material-design-iconic-font.min.css",
                "css\/toastr.min.css",
                "css\/animate.min.css",
                "css\/custom.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "ytStart.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "ytScript.js"
            ],
            "css": [
                "css\/font.css",
                "css\/material-design-iconic-font.min.css",
                "css\/toastr.min.css",
                "css\/animate.min.css",
                "css\/custom.css"
            ],
            "all_frames": false
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_start",
            "js": [
                "twitchStart.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "twitchScript.js"
            ],
            "css": [
                "css\/font.css",
                "css\/material-design-iconic-font.min.css",
                "css\/toastr.min.css",
                "css\/animate.min.css",
                "css\/custom.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/svg\/*.svg",
                "images\/*.png",
                "*.ttf",
                "*.eot",
                "*.svg",
                "*.woff",
                "*.woff2",
                "*.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/brand\/logo-square-16.png",
        "32": "images\/brand\/logo-square-32.png",
        "48": "images\/brand\/logo-square-48.png",
        "128": "images\/brand\/logo-square-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/brand\/logo-square-16.png",
            "32": "images\/brand\/logo-square-32.png",
            "48": "images\/brand\/logo-square-48.png",
            "128": "images\/brand\/logo-square-128.png"
        },
        "default_popup": "popup.html"
    },
    "manifest_version": 3
}