Outbrain Pixel Tracker
With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
What is Outbrain Pixel Tracker?
Outbrain Pixel Tracker is a Chrome extension developed by outbrain-ext, and its main feature is "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site".
Extension Screenshots
Download Outbrain Pixel Tracker Extension CRX File
Download Outbrain Pixel Tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Outbrain Pixel Tracker |
ID | daebadnaphbiobojnpgcenlkgpihmbdc |
Official URL | https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc |
Description | With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site |
File Size | 28.08 KB |
Installation Count | 10,000 |
Current Version | 2.0.0.0 |
Last Updated | 2023-07-11 |
Publish Date | 2019-06-06 |
Rating | 3.60/5 Total 5 Ratings |
Developer | outbrain-ext |
[email protected] | |
Payment Type | free |
Extension Website | https://www.outbrain.com |
Help Page URL | https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/ |
Supported Languages | 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" } ] } |