Roku pixel helper

Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.

Roku pixel helperคืออะไร?

Roku pixel helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Roku และคุณลักษณะหลักของมันคือ "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roku pixel helper

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

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

                        Roku Pixel Helper is a Chrome extension that helps advertisers verify, debug, and troubleshoot warnings or errors during pixel and event installation. For more information on the Roku Pixel Helper, see our Help Center: https://help.ads.roku.com/collections/5784517    


By using the Roku Pixel Helper, you agree to the Roku Ads Manager Terms and Conditions: https://docs.roku.com/published/ads-manager-terms-and-conditions  


About the Roku base pixel 
The Roku base pixel is a piece of JavaScript code that is placed on the advertiser's website or app to measure campaign activity and actions taken by users. A page view event is automatically placed along with the base pixel, allowing advertisers to see how many streamers visited their site or app after seeing their ad.                    

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

ชื่อ Roku pixel helper Roku pixel helper
ID kcpbomhhmopchbefhpphdboleijpjfge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roku-pixel-helper/kcpbomhhmopchbefhpphdboleijpjfge
คำอธิบาย Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-01-09
วันที่เผยแพร่ 2023-10-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Roku
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ads.roku.com/
URL หน้าช่วยเหลือ https://help.ads.roku.com/collections/5784517
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Roku pixel helper",
    "description": "Roku Pixel Helper is a Chrome extension that helps advertisers verify and troubleshoot warnings or errors during pixel installation.",
    "version": "1.0.3",
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": "icons\/roku-icon-128-neg.png",
        "default_title": "Roku pixel helper"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/injector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}