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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TikTok Pixel Helper is a Chrome extension that can help you verify and troubleshoot pixel installation by checking for errors and…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TikTok Pixel Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}