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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}