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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}