Zemanta Pixel Helper

With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site

Zemanta Pixel Helperคืออะไร?

Zemanta Pixel Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย outbrain-ext และคุณลักษณะหลักของมันคือ "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site"

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

screenshot

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

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

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

                        If you find that you are not receiving conversions in your dashboard after the campaign has been live for a few days, make sure to check the Pixel Helper for any error messages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Zemanta Pixel Helper Zemanta Pixel Helper
ID hcmhhjbfamlpaejfmlildgpgedlbdfoh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zemanta-pixel-helper/hcmhhjbfamlpaejfmlildgpgedlbdfoh
คำอธิบาย With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 484
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-03-16
วันที่เผยแพร่ 2021-11-01
ผู้พัฒนา outbrain-ext
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.zemanta.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Zemanta Pixel Helper",
    "short_name": "Zemanta Pixel Helper",
    "version": "1.0.3",
    "description": "With the use of the Zemanta Pixel Helper, you can test and troubleshoot your Zemanta pixel implementation on your web site",
    "icons": {
        "16": "zemanta-icon.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "zemanta-icon.png",
            "24": "zemanta-icon.png",
            "32": "32x32.png"
        },
        "default_title": "Zemanta Pixel Helper",
        "default_popup": "drop_down\/drop_down.html"
    },
    "permissions": [
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}