Outbrain Pixel Tracker

With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site

Was ist Outbrain Pixel Tracker?

Outbrain Pixel Tracker ist eine Chrome-Erweiterung, die von outbrain-ext entwickelt wurde, und ihr Hauptmerkmal ist "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site".

Erweiterungsscreenshots

screenshot

Outbrain Pixel Tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Outbrain Pixel Tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        If you find that you are not receiving conversions in your dashboard after the campaign has been live for a few days, make sure to check the Pixel Tracker for any error messages.                    

Grundlegende Informationen zur Erweiterung

Name Outbrain Pixel Tracker Outbrain Pixel Tracker
ID daebadnaphbiobojnpgcenlkgpihmbdc
Offizielle URL https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc
Beschreibung With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
Dateigröße 28.08 KB
Installationsanzahl 10,000
Aktuelle Version 2.0.0.0
Letztes Update 2023-07-11
Veröffentlichungsdatum 2019-06-06
Bewertung 3.60/5 Insgesamt 5 Bewertungen
Entwickler outbrain-ext
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.outbrain.com
Hilfeseite URL https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Outbrain Pixel Tracker",
    "short_name": "Outbrain Pixel Tracker",
    "version": "2.0.0.0",
    "description": "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site",
    "icons": {
        "16": "Amelia.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "Amelia.png",
            "24": "Amelia.png",
            "32": "32x32.png"
        },
        "default_title": "Outbrain Pixel Tracker",
        "default_popup": "drop_down\/drop_down.html"
    },
    "permissions": [
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}