Twitter Pixel Helper
Displays an icon if there is a Twitter website tag on a given page
Apa itu Twitter Pixel Helper?
Twitter Pixel Helper adalah ekstensi Chrome yang dikembangkan oleh https://ads.twitter.com, dan fitur utamanya adalah "Displays an icon if there is a Twitter website tag on a given page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Twitter Pixel Helper
Unduh file ekstensi Twitter Pixel Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Twitter Pixel Helper |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
URL Resmi | https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd |
Deskripsi | Displays an icon if there is a Twitter website tag on a given page |
Ukuran File | 183 KB |
Jumlah Instalasi | 61,231 |
Versi Saat Ini | 2.0.2 |
Terakhir Diperbarui | 2022-09-09 |
Tanggal Publikasi | 2020-01-27 |
Penilaian | 3.38/5 Total 16 Penilaian |
Pengembang | https://ads.twitter.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://ads.twitter.com |
Bahasa yang Didukung | 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" } |