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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | daebadnaphbiobojnpgcenlkgpihmbdc |
| 官方網址 | 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"
}
]
} | |