Influencer Marketing Analytics by HypeAuditor

Quickly and conveniently access key influencer metrics and get data insights with HypeAuditor’s Chrome Extension. Check out the…

Influencer Marketing Analytics by HypeAuditor란 무엇입니까?

Influencer Marketing Analytics by HypeAuditor은(는) https://hypeauditor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and conveniently access key influencer metrics and get data insights with HypeAuditor’s Chrome Extension. Check out the…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Influencer Marketing Analytics by HypeAuditor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Quickly and conveniently access key influencer metrics and get data insights with HypeAuditor’s Chrome Extension. Check out the performance of Instagram influencers, YouTube channels and TikTok accounts without having to switch tabs.

1. Analyze influencers in one click
2. Explore audience data
3. Learn key content creator information
4. Speed up outreach
5. Save influencers to your account                    

확장 프로그램 기본 정보

이름 Influencer Marketing Analytics by HypeAuditor Influencer Marketing Analytics by HypeAuditor
ID dpeckneljdmfgficgjokjfimkblaegcc
공식 URL https://chromewebstore.google.com/detail/influencer-marketing-anal/dpeckneljdmfgficgjokjfimkblaegcc
설명 Quickly and conveniently access key influencer metrics and get data insights with HypeAuditor’s Chrome Extension. Check out the…
파일 크기 7.37 MB
설치 횟수 1,369
현재 버전 1.2.2
최근 업데이트 2023-09-14
출시 날짜 2023-07-17
평점 5.00/5 총 6 개의 평점
개발자 https://hypeauditor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hypeauditor.com/chrome-extension/
개인정보 보호 정책 페이지 URL https://hypeauditor.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Influencer Marketing Analytics by HypeAuditor",
    "version": "1.2.2",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "48": "src\/assets\/icons\/icon48.png",
            "128": "src\/assets\/icons\/icon128.png"
        },
        "default_title": "Add this influencer to HypeAuditor"
    },
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "48": "src\/assets\/icons\/icon48.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/popup\/index.html",
                "src\/assets\/logo.svg",
                "src\/assets\/fonts\/*.*",
                "src\/assets\/warning_analytics_icon.svg",
                "src\/assets\/warning_private_icon.svg",
                "src\/assets\/warning_unavailable_icon.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "assets\/logo.58117178.svg",
                "assets\/index.js.1d8f3b3c.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.js.1d8f3b3c.4ae4375e.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "assets\/index.js.91b19566.css"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "tabs",
        "background"
    ],
    "host_permissions": [
        "https:\/\/*.hypeauditor.com\/*",
        "https:\/\/hypeauditor.com\/*"
    ]
}