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'est-ce que Google Analytics and Segment Helper by VICE ?

Google Analytics and Segment Helper by VICE est une extension Chrome développée par VICE Tech, et sa fonction principale est "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Google Analytics and Segment Helper by VICE

Téléchargez les fichiers d'extension Google Analytics and Segment Helper by VICE au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Google Analytics and Segment Helper by VICE Google Analytics and Segment Helper by VICE
ID ppknjgihbmfcdmgdenblfomidfomhclp
URL Officiel https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp
Description The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!
Taille du Fichier 208 KB
Nombre d'Installations 363
Version Actuelle 2.1.0
Dernière Mise à Jour 2020-03-21
Date de Publication 2020-03-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur VICE Tech
Type de Paiement free
Site Web de l'Extension https://www.vice.com
Langues Prises en Charge 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"
}