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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย TikTok For Business และคุณลักษณะหลักของมันคือ "TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Pixel Helper

ดาวน์โหลดไฟล์ส่วนขยาย TikTok Pixel Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}