Influence4You

Influence4You

Influence4You란 무엇입니까?

Influence4You은(는) https://www.influence4you.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Influence4You"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Influence4You 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Finding the right influencer for a project is hard work. Is his engagement rate good enough ? His community authentic ? Will working with him allow me to reach my targets ?

This extension gives you access to: 

- Audience Quality Score
- Engagement rate
- Subscribers credibility (% of real people and fake followers)
- Subscribers Socio-demographic stats (gender, age, languages, countries)
- Similar profiles

You can also easily build your own Instagram, TikTok and Youtube influencer data base by saving them to your lists.

Want pro version ?
Visit Influence4You.com and subscribe!

About Influence4You:
Influence4You is part innovative technology, part Influence Marketing experts. We help brands sharpen their influence marketing strategy and set up impactful campaigns.                    

확장 프로그램 기본 정보

이름 Influence4You Influence4You
ID dpeojhmhickhklcpkpllbjcpobdnjhha
공식 URL https://chromewebstore.google.com/detail/influence4you/dpeojhmhickhklcpkpllbjcpobdnjhha
설명 Influence4You
파일 크기 4.62 MB
설치 횟수 2,000
현재 버전 3.2.10
최근 업데이트 2024-01-23
출시 날짜 2020-02-25
평점 4.18/5 총 17 개의 평점
개발자 https://www.influence4you.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.influence4you.com
도움말 페이지 URL https://www.influence4you.com/contact
개인정보 보호 정책 페이지 URL https://app.influence4you.com/extension-chrome-privacy-policy
지원되는 언어 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Influence4You",
    "version": "3.2.10",
    "manifest_version": 3,
    "short_name": "I4Y",
    "description": "Influence4You",
    "icons": {
        "128": "img\/icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.influence4you.com;"
    },
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.influence4you.com\/",
        "*:\/\/*.instagram.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "assets\/images\/*",
                "assets\/fonts\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.youtube.com\/channel\/*",
                "https:\/\/www.youtube.com\/user\/*",
                "https:\/\/www.youtube.com\/@*",
                "https:\/\/www.tiktok.com\/@*"
            ],
            "js": [
                "src\/content\/main.js",
                "src\/content\/influencer.js",
                "src\/content\/user.js",
                "src\/content\/view.js",
                "src\/content\/navbar.js",
                "src\/content\/data.js",
                "src\/content\/utils.js",
                "src\/content\/lists.js",
                "src\/content\/castings.js",
                "src\/content\/tags.js",
                "src\/content\/themes.js",
                "assets\/crypto-js.min.js"
            ],
            "css": [
                "assets\/css\/main.css"
            ]
        }
    ],
    "default_locale": "fr",
    "background": {
        "service_worker": "src\/background\/background.js"
    }
}