Google Analytics and Segment Helper by VICE

The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!

¿Qué es Google Analytics and Segment Helper by VICE?

Google Analytics and Segment Helper by VICE es una extensión de Chrome desarrollada por VICE Tech, y su función principal es "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Analytics and Segment Helper by VICE

Descarga archivos de extensión Google Analytics and Segment Helper by VICE 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

                        Developed as part of VICE Tech Hack Week, this extension analyzes Google Analytics and Segment analytics calls and displays them in an intuitive user interface in real time.

Features include:
-AMP Page Support
-Track Google Analytics Page View and Event calls
-Track Segment Page, Identity, and Track calls
-Update your own custom dimension, custom metric, and content group labels
-Count the number of analytics calls while you navigate the page in real time
-Pop the extension out into its own window
-Preserve Analytics Logs across pages

Additional Links
Our Medium Post - https://rebrand.ly/troubae824
Our Open Source Project - https://rebrand.ly/pagencfc92
Submitting Bugs, Comments, Suggestions - https://rebrand.ly/gadeb3ec4a                    

Información Básica de la Extensión

Nombre Google Analytics and Segment Helper by VICE Google Analytics and Segment Helper by VICE
ID ppknjgihbmfcdmgdenblfomidfomhclp
URL Oficial https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp
Descripción The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!
Tamaño del Archivo 208 KB
Cantidad de Instalaciones 363
Versión Actual 2.1.0
Última Actualización 2020-03-21
Fecha de Publicación 2020-03-20
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador VICE Tech
Tipo de Pago free
Sitio Web de la Extensión https://www.vice.com
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Analytics and Segment Helper by VICE",
    "short_name": "Google Analytics and Segment Helper",
    "version": "2.1.0",
    "description": "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!",
    "manifest_version": 2,
    "author": "George Jeng - VICE TECH",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/grey_icon.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "*:\/\/*\/*"
    ],
    "options_page": "options.html"
}