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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } ] } |