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!

Co je Google Analytics and Segment Helper by VICE?

Google Analytics and Segment Helper by VICE je rozšíření Chrome vyvinuté VICE Tech, a jeho hlavní funkcí je „The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Google Analytics and Segment Helper by VICE

Stáhněte si soubory rozšíření Google Analytics and Segment Helper by VICE ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Google Analytics and Segment Helper by VICE Google Analytics and Segment Helper by VICE
ID ppknjgihbmfcdmgdenblfomidfomhclp
Oficiální URL https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp
Popis The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!
Velikost souboru 208 KB
Počet instalací 363
Aktuální Verze 2.1.0
Poslední Aktualizace 2020-03-21
Datum Vydání 2020-03-20
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář VICE Tech
Typ Platby free
Webové stránky Rozšíření https://www.vice.com
Podporované Jazyky 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"
}