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文件

下載Influencer Marketing Analytics by HypeAuditor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}