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!
什么是Google Analytics and Segment Helper by VICE?
Google Analytics and Segment Helper by VICE是由VICE Tech开发的Chrome扩展程序,该扩展的主要功能是“The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console!”。
扩展截图
下载Google Analytics and Segment Helper by VICE扩展crx文件
下载Google Analytics and Segment Helper by VICE扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Google Analytics and Segment Helper by VICE |
ID | ppknjgihbmfcdmgdenblfomidfomhclp |
官方URL | https://chromewebstore.google.com/detail/google-analytics-and-segm/ppknjgihbmfcdmgdenblfomidfomhclp |
简介 | The Google Analytics and Segment Helper by VICE provides a visual way to track analytics calls without opening the chrome console! |
文件大小 | 208 KB |
安装次数 | 363 |
当前版本 | 2.1.0 |
更新时间 | 2020-03-21 |
上架时间 | 2020-03-20 |
评分 | 5.00/5 共2次评分 |
开发者 | VICE Tech |
付费类型 | free |
扩展官网 | https://www.vice.com |
支持的语言 | 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" } |