Twitter Pixel Helper
Displays an icon if there is a Twitter website tag on a given page
ما هو Twitter Pixel Helper؟
Twitter Pixel Helper هو إضافة Chrome تم تطويرها بواسطة https://ads.twitter.com، والميزة الرئيسية لها هي "Displays an icon if there is a Twitter website tag on a given page".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Pixel Helper
قم بتنزيل ملفات الامتداد Twitter Pixel Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Twitter Pixel Helper is a Chrome extension to help advertisers verify their Twitter website tag implementation. The Twitter Pixel Helper looks for website tag fires in the background and provides realtime feedback on the implementation, with information such as which website tags were fired and possible implementation mistakes. The number on the extension icon indicates the number of website tag fires. When clicked, a panel expands to show details on the website tags found, as well as any implementation warnings.
معلومات أساسية عن التمديد
الاسم | Twitter Pixel Helper |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd |
الوصف | Displays an icon if there is a Twitter website tag on a given page |
حجم الملف | 183 KB |
عدد التثبيتات | 61,231 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2022-09-09 |
تاريخ النشر | 2020-01-27 |
تقييم | 3.38/5 مجموع تقييمات 16 |
المطور | https://ads.twitter.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://ads.twitter.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "description": "Displays an icon if there is a Twitter website tag on a given page", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "Twitter Pixel Helper", "browser_action": { "default_icon": { "128": "icon.png" }, "default_popup": "popup.html", "default_title": "There is a Twitter website tag on this page" }, "permissions": [ "background", "tabs", "storage", "webRequest", "*:\/\/*\/*" ], "version": "2.0.2" } |