UpDog TikTok & Instagram Engagement Analytics

UpDog: TikTok & Instagram Engagement Analytics

UpDog TikTok & Instagram Engagement Analytics là gì?

UpDog TikTok & Instagram Engagement Analytics là một tiện ích mở rộng Chrome được phát triển bởi https://updog.marketing, và tính năng chính của nó là "UpDog: TikTok & Instagram Engagement Analytics".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UpDog TikTok & Instagram Engagement Analytics

Tải xuống các tệp mở rộng UpDog TikTok & Instagram Engagement Analytics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UpDog TikTok & Instagram Engagement Analytics UpDog TikTok & Instagram Engagement Analytics
ID epcimkknpagnkogjlpkpdbefemggkagh
URL Chính Thức https://chromewebstore.google.com/detail/updog-tiktok-instagram-en/epcimkknpagnkogjlpkpdbefemggkagh
Mô tả UpDog: TikTok & Instagram Engagement Analytics
Kích Thước Tệp 190 KB
Số Lần Cài Đặt 5,632
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2021-06-21
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://updog.marketing
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://updog.marketing
URL Trang Chính Sách Bảo Mật https://www.updog.marketing/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}