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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย outbrain-ext และคุณลักษณะหลักของมันคือ "With the use of the Outbrain Pixel Tracker, you can test and troubleshoot your Outbrain pixel implementation on your web site"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Outbrain Pixel Tracker
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } ] } |