Outbrain Pixel Tracker

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

什么是Outbrain Pixel Tracker?

Outbrain Pixel Tracker是由outbrain-ext开发的Chrome扩展程序,该扩展的主要功能是“With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site”。

扩展截图

screenshot

下载Outbrain Pixel Tracker扩展crx文件

下载Outbrain Pixel Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Outbrain Pixel Tracker Outbrain Pixel Tracker
ID daebadnaphbiobojnpgcenlkgpihmbdc
官方URL https://chromewebstore.google.com/detail/outbrain-pixel-tracker/daebadnaphbiobojnpgcenlkgpihmbdc
简介 With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site
文件大小 28.08 KB
安装次数 10,000
当前版本 2.0.0.0
更新时间 2023-07-11
上架时间 2019-06-06
评分 3.60/5 共5次评分
开发者 outbrain-ext
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.outbrain.com
帮助页面URL https://www.outbrain.com/help/advertisers/troubleshoot-pixel-installation/
支持的语言 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"
        }
    ]
}