TikTok Analytics By EchoTik

The analytics extension for TikTok influencers, sellers, agencies, and brands.

TikTok Analytics By EchoTik là gì?

TikTok Analytics By EchoTik là một tiện ích mở rộng Chrome được phát triển bởi https://echotik.live, và tính năng chính của nó là "The analytics extension for TikTok influencers, sellers, agencies, and brands.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TikTok Analytics By EchoTik

Tải xuống các tệp mở rộng TikTok Analytics By EchoTik 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

                        1st TikTok e-commerce influencer and product analysis assistant.
TikTok Analytics by EchoTik is a powerful TikTok e-commerce data extension introduced by the EchoTik.live platform, catering to global sellers, TSPs, brands, and creators.

🚀 Latest upgrade:
● Real-time display of TikTok account location.
● View some basic account information without login.

💡 Key features of the extension:
● Add a shortcut button on TikTok.com and TikTok Shop Affiliate to easily obtain influencer and product data
● Most powerful influencer analysis: view key metrics such as engagement rate, likes-to-followers ratio, and analyze 90-day trends; retrieve popular video tags used by influencers
● Exclusive product discovery: find product videos in an influencer's profile
● Exclusive product analysis: view product sales, 30-day trends, and promotional data on TikTok's product page
● Bilingual support in English and Chinese
● Real-time display of TikTok account location.
● Practical features such as influencer and product Favorite, one-click video sorting, one-click monitoring of influencer live stream data, and more

🔍 For more information:
● EchoTik official website: https://echotik.live
● Follow us on Twitter: https://twitter.com/tikecho
● Follow us on Facebook: https://www.facebook.com/echotik
● Join our official EchoTik Telegram group: https://t.me/echotik
● Have any questions or feedback? Please contact our support team at [email protected].                    

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

Tên TikTok Analytics By EchoTik TikTok Analytics By EchoTik
ID napmaafilgfpfohgpjokahilhgmkkfjo
URL Chính Thức https://chromewebstore.google.com/detail/tiktok-analytics-by-echot/napmaafilgfpfohgpjokahilhgmkkfjo
Mô tả The analytics extension for TikTok influencers, sellers, agencies, and brands.
Kích Thước Tệp 2.66 MB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.0.21
Cập Nhật Lần Cuối 2024-01-08
Ngày Phát Hành 2022-10-18
Đánh Giá 5.00/5 Tổng số 61 Đánh Giá
Nhà Phát Triển https://echotik.live
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://echotik.live
URL Trang Trợ Giúp https://echotik.live/features/extension
URL Trang Chính Sách Bảo Mật https://echotik.live/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "echotik.live",
    "icons": {
        "48": "logo_echotik_crx.png",
        "128": "logo_echotik_crx.png"
    },
    "action": {
        "default_icon": "logo_echotik_crx.png",
        "default_title": "Echotik Helper",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "version": "1.0.21",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/echotik.live\/*",
                "http:\/\/echotik.live\/*"
            ],
            "js": [
                "echosellToken.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "\/static\/js\/tiktok.32b504e9.js"
            ],
            "css": [
                "\/static\/css\/tiktok.6578b3fd.css"
            ]
        },
        {
            "matches": [
                "https:\/\/shop.tiktok.com\/view\/product\/*",
                "https:\/\/oec-api.tiktokv.com\/view\/product\/*"
            ],
            "js": [
                "\/static\/js\/tiktok-shop.15e32a60.js"
            ],
            "css": [
                "\/static\/css\/tiktok-shop.88847044.css"
            ]
        },
        {
            "matches": [
                "https:\/\/affiliate.tiktok.com\/*",
                "https:\/\/affiliate.tiktokglobalshop.com\/*"
            ],
            "js": [
                "\/static\/js\/affiliate.9592af2d.js"
            ],
            "css": [
                "\/static\/css\/affiliate.c6425b69.css"
            ]
        }
    ]
}