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 |
| 公式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 |
| Eメール | [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"
}
]
} | |