Twitter Pixel Helper
Displays an icon if there is a Twitter website tag on a given page
¿Qué es Twitter Pixel Helper?
Twitter Pixel Helper es una extensión de Chrome desarrollada por https://ads.twitter.com, y su función principal es "Displays an icon if there is a Twitter website tag on a given page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitter Pixel Helper
Descarga archivos de extensión Twitter Pixel Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Twitter Pixel Helper |
ID | jepminnlebllinfmkhfbkpckogoiefpd |
URL Oficial | https://chromewebstore.google.com/detail/twitter-pixel-helper/jepminnlebllinfmkhfbkpckogoiefpd |
Descripción | Displays an icon if there is a Twitter website tag on a given page |
Tamaño del Archivo | 183 KB |
Cantidad de Instalaciones | 61,231 |
Versión Actual | 2.0.2 |
Última Actualización | 2022-09-09 |
Fecha de Publicación | 2020-01-27 |
Calificación | 3.38/5 Total de 16 Calificaciones |
Desarrollador | https://ads.twitter.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://ads.twitter.com |
Idiomas Soportados | 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" } |