MGID Pixel Helper

The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.

¿Qué es MGID Pixel Helper?

MGID Pixel Helper es una extensión de Chrome desarrollada por Mgid, y su función principal es "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MGID Pixel Helper

Descarga archivos de extensión MGID 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 MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status. It works in the background, scans for all events, and provides real-time feedback on the implementation.                    

Información Básica de la Extensión

Nombre MGID Pixel Helper MGID Pixel Helper
ID focpkmgenofhkncpogbaodkddlebcdmo
URL Oficial https://chromewebstore.google.com/detail/mgid-pixel-helper/focpkmgenofhkncpogbaodkddlebcdmo
Descripción The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.
Tamaño del Archivo 19.67 KB
Cantidad de Instalaciones 440
Versión Actual 1.0.1
Última Actualización 2022-09-19
Fecha de Publicación 2022-09-11
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador Mgid
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.mgid.com
URL de la Página de Ayuda https://help.mgid.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MGID Pixel Helper",
    "description": "The MGID Pixel Helper is a troubleshooting tool that helps you to check your pixel implementation status.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "storage",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "MGID Pixel Helper",
        "default_icon": {
            "16": "\/favicon_16.png",
            "32": "\/favicon_32.png",
            "48": "\/favicon_48.png",
            "128": "\/favicon_128.png"
        }
    },
    "icons": {
        "16": "\/favicon_16.png",
        "32": "\/favicon_32.png",
        "48": "\/favicon_48.png",
        "128": "\/favicon_128.png"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn5C4XjODK72MPdnxQmVu+OF9LBdab6FwnO21eCuY6HwNitL83hnTeg45mZlfxScnWKOQtKg\/Lafc36uwsLBF1EhT5YMadE3rhmVKWO8mHuwte5uxkd0E\/ONf54tilVptNSQeSnYdhgovV6D7mD5\/LkGQ3RqwE+lzDOLG4g+CxpHn1vsb7S4KpHK7Bq8TvRLwKQ1xH6GFsrmUAMvhqCkl1FqE4IBvawVJGErcMJXiWdf0p\/exi6Wt89B28m25tKaviUBrrjWB5vl6zQLd\/yY09udq3wPucqfksoAPD2X8rtK9f5jlqPMQiK3GXZi+sOFeYEN5be6GlS07qX8yTPrw+wIDAQAB"
}