Reddit Pixel Helper

The Reddit Pixel Helper is a tool to QA your pixel implementation.

Reddit Pixel Helperคืออะไร?

Reddit Pixel Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reddit Ads และคุณลักษณะหลักของมันคือ "The Reddit Pixel Helper is a tool to QA your pixel implementation."

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

screenshot
screenshot
screenshot

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

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

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

                        While browsing any site, the extension badge will show the number of Reddit Pixel events firing on a page. Open the extension on any page with the pixel implemented to see which events are actively firing, identify any errors in their configuration, and get recommendations for fixing errors. Check out our Help Center for more info: https://advertising.reddithelp.com/en/categories/measurement/reddit-pixel-helper

By using the Reddit Pixel Helper you agree to the Reddit Advertising Platform Terms: https://advertising.reddithelp.com/en/categories/policy-guidelines/advertising-terms-ads-platform                    

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

ชื่อ Reddit Pixel Helper Reddit Pixel Helper
ID ebgpcjlgganlidigifggjjiglghjnjcj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-pixel-helper/ebgpcjlgganlidigifggjjiglghjnjcj
คำอธิบาย The Reddit Pixel Helper is a tool to QA your pixel implementation.
ขนาดไฟล์ 1.56 MB
จำนวนการติดตั้ง 6,503
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2022-07-27
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Reddit Ads
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://advertising.reddithelp.com/en/submit-request
URL หน้านโยบายความเป็นส่วนตัว https://www.reddit.com/policies/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Reddit Pixel Helper",
    "short_name": "Reddit Pixel Helper",
    "description": "The Reddit Pixel Helper is a tool to QA your pixel implementation.",
    "version": "1.1.8",
    "action": {
        "default_icon": {
            "16": "img\/icon_passive_16.png",
            "48": "img\/icon_passive_48.png",
            "128": "img\/icon_passive_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Reddit Pixel Helper"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "tabs"
    ],
    "host_permissions": [
        "",
        "*:\/\/*.google.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/icon_active_16.png",
        "48": "img\/icon_active_48.png",
        "128": "img\/icon_active_128.png"
    }
}