Snap Pixel Helper

Snap Pixel Helper

Snap Pixel Helperคืออะไร?

Snap Pixel Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snap Inc. และคุณลักษณะหลักของมันคือ "Snap Pixel Helper"

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

screenshot
screenshot

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

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

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

                        About the extension:
Snap’s Pixel Chrome Helper is a simple Chrome Extension, which allows advertisers to verify, debug, and troubleshoot Snap Pixel implementations. 

About Snap Pixel:
The Snap Pixel is a piece of JavaScript code that helps advertisers measure the cross-device impact of campaigns. Advertisers will be able to see how many Snapchatters take action on their website(s) after seeing their ad. 

The Snap Pixel is best suited for your direct response goals, such as driving leads, subscriptions, or product sales. You can measure these goals beyond what happens during a single session, or on a single device. 

By adding the Snap Pixel Helper you agree to the Snap Terms of Service at https://www.snap.com/en-US/terms/                    

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

ชื่อ Snap Pixel Helper Snap Pixel Helper
ID hnlbfcoodjpconffdbddfglilhkhpdnf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snap-pixel-helper/hnlbfcoodjpconffdbddfglilhkhpdnf
คำอธิบาย Snap Pixel Helper
ขนาดไฟล์ 33.46 KB
จำนวนการติดตั้ง 66,521
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2023-09-22
วันที่เผยแพร่ 2020-02-28
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Snap Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://businesshelp.snapchat.com/en-US/article/snap-pixel-about
URL หน้าช่วยเหลือ https://businesshelp.snapchat.com/en-US/article/snap-pixel-faq
URL หน้านโยบายความเป็นส่วนตัว https://www.snap.com/en-US/privacy/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Snap Pixel Helper",
    "description": "Snap Pixel Helper",
    "version": "4.0.0",
    "icons": {
        "16": "asset\/icon_16.png",
        "32": "asset\/icon_32.png",
        "128": "asset\/icon_128.png"
    },
    "action": {
        "default_title": "Snap Pixel Helper",
        "default_icon": {
            "16": "asset\/icon_disabled_16.png",
            "32": "asset\/icon_disabled_32.png",
            "128": "asset\/icon_disabled_128.png"
        }
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "webRequest",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/embedded.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}

ส่วนขยายที่เกี่ยวข้อง