TikTok Pixel Helper

TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and…

TikTok Pixel Helper란 무엇입니까?

TikTok Pixel Helper은(는) TikTok For Business에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

TikTok Pixel Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and providing implementation recommendations for your website.

As of February 2023, we introduced an improved version of TikTok Pixel Helper. With TikTok Pixel Helper, you can troubleshoot pixel installation with detailed diagnostics and quickly solve common issues access to relevant instruction guides. For more information on TikTok Pixel Helper, see our help center here: https://ads.tiktok.com/help/article/tiktok-pixel-helper-2.0?lang=en                    

확장 프로그램 기본 정보

이름 TikTok Pixel Helper TikTok Pixel Helper
ID aelgobmabdmlfmiblddjfnjodalhidnn
공식 URL https://chromewebstore.google.com/detail/tiktok-pixel-helper/aelgobmabdmlfmiblddjfnjodalhidnn
설명 TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and…
파일 크기 761 KB
설치 횟수 487,640
현재 버전 2.2.14
최근 업데이트 2024-02-21
출시 날짜 2020-07-02
평점 2.27/5 총 85 개의 평점
개발자 TikTok For Business
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://ads.tiktok.com/athena/requester/boards?identify_key=6a1e079024806640c5e1e695d13db80949525168a052299b4970f9c99cb5ac78
개인정보 보호 정책 페이지 URL https://ads.tiktok.com/i18n/official/policy/business-products-terms
지원되는 언어 id,ms,de,en,fr,vi,tr,es,it,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.2.14",
    "default_locale": "en",
    "permissions": [
        "",
        "webRequest",
        "webRequestBlocking",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "iframe-content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/pixel_helper_active_icon_1.png",
        "32": "images\/pixel_helper_active_icon_2.png",
        "48": "images\/pixel_helper_active_icon_3.png",
        "128": "images\/pixel_helper_active_icon_4.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/pixel_helper_icon_1.png",
            "32": "images\/pixel_helper_icon_1.png",
            "48": "images\/pixel_helper_icon_3.png",
            "128": "images\/pixel_helper_icon_4.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "inject.js",
        "pickup.js",
        "mask.js"
    ],
    "manifest_version": 2
}