Influence4You

Influence4You

Influence4Youคืออะไร?

Influence4You เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.influence4you.com และคุณลักษณะหลักของมันคือ "Influence4You"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Influence4You

ดาวน์โหลดไฟล์ส่วนขยาย Influence4You ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}