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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } |