Google Analytics UTILS (UA & GA4)
You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.
Google Analytics UTILS (UA & GA4)란 무엇입니까?
Google Analytics UTILS (UA & GA4)은(는) https://luratic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container."입니다.
확장 프로그램 스크린샷
Google Analytics UTILS (UA & GA4) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Analytics UTILS This new extension developed by Luratic Team offers a variety of handy options to digital analysts, using a unique and beautiful interface designed by Jesús Núñez (https://www.jne.design/). Extension highlights: - Activate Debug Mode on GA4: the events will be dispatched in real time (goodbye batches!) and will be logged in the Debug View console. - Active request blocking. Block any request to GA4, UA, GTM and GTAG. - GA4, UA and GTAG id edition option: you can set an id that will be used for the requests instead of the original. Useful if you want to see events on the Debug View but don't have access to that property. ATTENTION: the way the API works, the original request will produce an internal redirect but it won't arrive to Analytics. - GTM container and GTAG injection: the scripts will be injected on page with the specified ID. - Domain filtering. Set any extension option to be applied only for specific domains of your choice If you find a bug (very likely) or you have any suggestion to make the extension better, don't hesitate to reach us at [email protected]. Feito a man dende Galicia con moito amor e sentidiño 💙
확장 프로그램 기본 정보
이름 | Google Analytics UTILS (UA & GA4) |
ID | dmhoedahbmlaipacpamhefgjoiebamjm |
공식 URL | https://chromewebstore.google.com/detail/google-analytics-utils-ua/dmhoedahbmlaipacpamhefgjoiebamjm |
설명 | You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container. |
파일 크기 | 90 KB |
설치 횟수 | 1,251 |
현재 버전 | 0.2 |
최근 업데이트 | 2023-03-08 |
출시 날짜 | 2022-12-03 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://luratic.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://luratic.com |
개인정보 보호 정책 페이지 URL | https://www.luratic.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Analytics UTILS (UA & GA4)", "description": "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and\/or inject a GTM container.", "version": "0.2", "manifest_version": 3, "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "permissions": [ "declarativeNetRequest", "tabs", "scripting", "cookies" ], "icons": { "16": "\/images\/bug_logo_16.png", "32": "\/images\/bug_logo_32.png", "48": "\/images\/bug_logo_48.png", "128": "\/images\/bug_logo_128.png" }, "action": { "default_icon": { "16": "\/images\/bug_logo_16.png", "32": "\/images\/bug_logo_32.png", "48": "\/images\/bug_logo_48.png", "128": "\/images\/bug_logo_128.png" }, "default_popup": "popup.html" } } |