Instant Tracking Monitor for Google Analytics
Show Analytics hits & tracking errors in the extension Icon and blocks hits after analysing them.
Instant Tracking Monitor for Google Analytics란 무엇입니까?
Instant Tracking Monitor for Google Analytics은(는) Thomas Langnau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Analytics hits & tracking errors in the extension Icon and blocks hits after analysing them."입니다.
확장 프로그램 스크린샷
Instant Tracking Monitor for Google Analytics 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- Ein Chrome Addon für Webanalysten von einem Webanalysten - This extension does mainly four things for you: A: it provides an instant overview of the current Google Analytics tracking fired on a page. See the number of properties, number of pageview hits and number of other hits displayed in the extensions icon-badge. B: it notifies you about 6 (possible) tracking errors e.g. Anonymize IP, duplicate Pageviews & Hitlength almost extended. You can turn off every error you want. C: Blocking Analytics Hits: This Option let's you block all Analytics hits. In contrast to typical Analytics Blockers for chrome, this extension only blocks the actual Hits which means, you can see & analyse them in the extension and with many tools like GTM Debug Mode. D: Add your own tracking services you want to monitor & block other analytics hits, Ads Conversion Hits etc. Release Notes: 0.6 : Lots of new features: GA4 Support, Serverside GA Monitoring, Add and monitor your own custom Tracking services. 0.5 : new name & images after violation of branding guidelines / includes now most app+web hits / see the number of ga hits in the popup graphic/ bug fixes 0.4 : Bug Fixing for new App+Web-Tracking / improved Error handling for "no Hit after analytics JS"/ Bug Fixing of ni-parameter (can be true&false now instead of only 1&0) // new clicks brand
확장 프로그램 기본 정보
이름 | Instant Tracking Monitor for Google Analytics |
ID | mjppjlnifgocniaodibloehjeggcmkid |
공식 URL | https://chromewebstore.google.com/detail/instant-tracking-monitor/mjppjlnifgocniaodibloehjeggcmkid |
설명 | Show Analytics hits & tracking errors in the extension Icon and blocks hits after analysing them. |
파일 크기 | 128 KB |
설치 횟수 | 2,025 |
현재 버전 | 0.6.11 |
최근 업데이트 | 2021-08-13 |
출시 날짜 | 2019-12-17 |
평점 | 5.00/5 총 8 개의 평점 |
개발자 | Thomas Langnau |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Tracking Monitor for Google Analytics", "description": "Show Analytics hits & tracking errors in the extension Icon and blocks hits after analysing them.", "author": "Thomas Langnau", "version": "0.6.11", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "ico128.png" }, "browser_action": { "default_icon": "qmd.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |