UpDog TikTok & Instagram Engagement Analytics

UpDog: TikTok & Instagram Engagement Analytics

什麼是UpDog TikTok & Instagram Engagement Analytics?

UpDog TikTok & Instagram Engagement Analytics是由https://updog.marketing開發的Chrome擴展程式,該擴展的主要功能是“UpDog: TikTok & Instagram Engagement Analytics”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載UpDog TikTok & Instagram Engagement Analytics擴展crx文件

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

擴展使用說明

                        See the engagement stats of any TikTok and Instagram account for free.

If you're a creator, influencer or marketer that wants to compare your engagement stats to other creators, UpDog is the smoothest way to do so.

How it works:
UpDog sits right on top of TikTok and Instagram and shows you the engagement rate, average views, comments, likes and shares for every account you view.

Some of the worlds best influencer marketing teams are already using UpDog, why not join them and make your job much easier?

Features:
✓ We already told you
✓ Now go download and try it out                    

擴展基本資訊

名稱 UpDog TikTok & Instagram Engagement Analytics UpDog TikTok & Instagram Engagement Analytics
ID epcimkknpagnkogjlpkpdbefemggkagh
官方網址 https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh
簡介 UpDog: TikTok & Instagram Engagement Analytics
檔案大小 190 KB
安裝次數 5,632
目前版本 1.3.1
更新時間 2024-01-08
上架時間 2021-06-21
評分 3.50/5 共 6 次評分
開發者 https://updog.marketing
電子郵箱 [email protected]
付費類型 free
擴展官網 https://updog.marketing
隱私政策頁面URL https://www.updog.marketing/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "UpDog: TikTok & Instagram Engagement Analytics",
    "version": "1.3.1",
    "name": "UpDog TikTok & Instagram Engagement Analytics",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/app.updog.marketing\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "global.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "instagram.js",
                "tiktok.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/app.updog.marketing\/*"
            ]
        }
    ],
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "notifications",
        "storage"
    ]
}