Analytics Tracker
Extends the Developer Tools, adding tools for tracking the data logged to google analytics
Analytics Tracker란 무엇입니까?
Analytics Tracker은(는) Kunjan Thakkar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the Developer Tools, adding tools for tracking the data logged to google analytics"입니다.
확장 프로그램 스크린샷
Analytics Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows you to track the data that your webpage is logging to the analytics server based on your activity. Analytics Tracker is a devtool and will be available in the developer tools after installation. It adds a new tab in the developer tools by the name 'Google Analytics'. You can view it by More tools -> Developer Tools from the Chrome Menu. Hit the Start recording button to start tracking the analytics data. You can now start browsing/using the website generally and it will show you all the data that the site is logging via analytics. You can stop/restart/clear this data at any point. This extension can also be used by developers to validate if they have covered all checkpoints for logging data to analytics and test out the logging as a user.
확장 프로그램 기본 정보
이름 | Analytics Tracker |
ID | eadbjpepaobdbloeenghnbeejhbidcpa |
공식 URL | https://chromewebstore.google.com/detail/analytics-tracker/eadbjpepaobdbloeenghnbeejhbidcpa |
설명 | Extends the Developer Tools, adding tools for tracking the data logged to google analytics |
파일 크기 | 180 KB |
설치 횟수 | 2,347 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2016-10-04 |
출시 날짜 | 2016-10-04 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | Kunjan Thakkar |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sites.google.com/site/analyticstrackerdevtool/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Analytics Tracker", "version": "1.0.1", "description": "Extends the Developer Tools, adding tools for tracking the data logged to google analytics", "devtools_page": "devtools.html", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "iconDev.png" }, "permissions": [ "webRequest", "*:\/\/*\/" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "minimum_chrome_version": "25.0.1364.97" } |