Reddit Pixel Helper

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

Apa itu Reddit Pixel Helper?

Reddit Pixel Helper adalah ekstensi Chrome yang dikembangkan oleh Reddit Ads, dan fitur utamanya adalah "The Reddit Pixel Helper is a tool to QA your pixel implementation.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit Pixel Helper

Unduh file ekstensi Reddit Pixel Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reddit Pixel Helper Reddit Pixel Helper
ID ebgpcjlgganlidigifggjjiglghjnjcj
URL Resmi https://chromewebstore.google.com/detail/reddit-pixel-helper/ebgpcjlgganlidigifggjjiglghjnjcj
Deskripsi The Reddit Pixel Helper is a tool to QA your pixel implementation.
Ukuran File 1.56 MB
Jumlah Instalasi 6,503
Versi Saat Ini 1.1.8
Terakhir Diperbarui 2024-01-10
Tanggal Publikasi 2022-07-27
Penilaian 5.00/5 Total 5 Penilaian
Pengembang Reddit Ads
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://advertising.reddithelp.com/en/submit-request
URL Halaman Kebijakan Privasi https://www.reddit.com/policies/privacy-policy
Bahasa yang Didukung 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"
    }
}