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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |