PixelPal (by NextRoll)

PixelPal is a troubleshooting tool that helps you validate your AdRoll or RollWorks (subsidies of NextRoll, Inc.) pixel…

PixelPal (by NextRoll)คืออะไร?

PixelPal (by NextRoll) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NextRoll, Inc. และคุณลักษณะหลักของมันคือ "PixelPal is a troubleshooting tool that helps you validate your AdRoll or RollWorks (subsidies of NextRoll, Inc.) pixel…"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PixelPal (by NextRoll)

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

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

                        PixelPal is a troubleshooting tool that helps you validate your AdRoll or RollWorks (subsidies of NextRoll, Inc.) pixel implementation.  It ensures your pixel is tracking your website's traffic and all the audiences you defined in the AdRoll or RollWorks platforms.  This is key to making sure your campaigns run smoothly.

When the PixelPal extension is installed and you navigate to a website where an AdRoll or RollWorks pixel is detected, the extension will display either a green or yellow checkmark.  Clicking it will open a panel displaying additional details about the pixels that were detected and whether any warnings or errors occurred.

For more information on using PixelPal, visit our help center articles here:

AdRoll:  
https://help.adroll.com/hc/en-us/articles/360040010352

RollWorks:
https://help.rollworks.com/hc/en-us/articles/360040218732-Validate-Your-Pixel-with-the-PixelPal-Chrome-Extension                    

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

ชื่อ PixelPal (by NextRoll) PixelPal (by NextRoll)
ID fogcpfhkppaffphabnmapoopakjbfnbb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pixelpal-by-nextroll/fogcpfhkppaffphabnmapoopakjbfnbb
คำอธิบาย PixelPal is a troubleshooting tool that helps you validate your AdRoll or RollWorks (subsidies of NextRoll, Inc.) pixel…
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 6,401
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-15
วันที่เผยแพร่ 2020-01-13
ผู้พัฒนา NextRoll, Inc.
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://help.adroll.com/hc/
URL หน้านโยบายความเป็นส่วนตัว https://www.nextroll.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "PixelPal (by NextRoll)",
    "short_name": "PixelPal",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon-128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webNavigation",
        "debugger"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "content.js",
                "embed.js",
                "embed.css",
                "interact.min.js",
                "icon-34.png",
                "getvars.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}