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!
Was ist Google Analytics and Segment Helper by VICE?
Google Analytics and Segment Helper by VICE ist eine Chrome-Erweiterung, die von VICE Tech entwickelt wurde, und ihr Hauptmerkmal ist "The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!".
Erweiterungsscreenshots
Google Analytics and Segment Helper by VICE-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Analytics and Segment Helper by VICE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Google Analytics and Segment Helper by VICE |
ID | ppknjgihbmfcdmgdenblfomidfomhclp |
Offizielle URL | https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp |
Beschreibung | The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console! |
Dateigröße | 208 KB |
Installationsanzahl | 363 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2020-03-21 |
Veröffentlichungsdatum | 2020-03-20 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | VICE Tech |
Zahlungsart | free |
Erweiterungswebsite | https://www.vice.com |
Unterstützte Sprachen | 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" } |