GTM Helper
inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active
GTM Helper란 무엇입니까?
GTM Helper은(는) https://www.analytrix.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active"입니다.
확장 프로그램 스크린샷
GTM Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
GTM Helper (formerly "Inject GTM") injects GTM container codes, dataLayer pushes and / or script code into head of every page for testing Google Tag Manager tags and triggers. Can be used for a fast GTM container checkup on analytrix.de. German user interface only. 1.25: + added consent managers: Kick Consent Manager, Cookie Information, TrustArc 1.24: + added consent managers: Cookie Law Info, Cookie Notice & Compliance, Borlabs Cookie (alternative version), Axeptio, Compilanz 1.23: + added new consent managers: CookieFirst, UserCentrics (might not work on all sites depending on UC setup) + UI improvements & fixes 1.22: + new function: reset localStorage and cookies for consent tools for the following consent managers: PiwikPRO, CookieBot, OneTrust / CookiePro, CCM19 and Borlabs 1.02: + GTM container code injection is back again ;) 0.93: + fixed: GTM marker showed up in icon even if no active workspace was selected 0.92: + reactivated domain match option for script / dataLayer injection 0.91: + execute dataLayer push and / or script from popup without reloading page + perform a GTM container checkup on analytrix.de with one click from any GTM workspace admin page
확장 프로그램 기본 정보
이름 | GTM Helper |
ID | kbnbkogeeackdjiibllebnpdccbmepil |
공식 URL | https://chromewebstore.google.com/detail/gtm-helper/kbnbkogeeackdjiibllebnpdccbmepil |
설명 | inspect GTM containers / inject containers, dataLayer pushes + script code on selected domains when active |
파일 크기 | 31.28 KB |
설치 횟수 | 1,199 |
현재 버전 | 1.25 |
최근 업데이트 | 2021-10-17 |
출시 날짜 | 2020-04-27 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | https://www.analytrix.de |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.analytrix.de/gtm-helper-chrome-extension.html |
개인정보 보호 정책 페이지 URL | https://www.analytrix.de/datenschutz.html |
지원되는 언어 | de |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTM Helper", "version": "1.25", "description": "inspect GTM containers \/ inject containers, dataLayer pushes + script code on selected domains when active", "permissions": [ "activeTab", "cookies", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/injectGTM.png", "32": "images\/injectGTM.png", "48": "images\/injectGTM_big.png", "128": "images\/injectGTM_big.png" } }, "icons": { "16": "images\/injectGTM.png", "32": "images\/injectGTM.png", "48": "images\/injectGTM_big.png", "128": "images\/injectGTM_big.png" }, "content_scripts": [ { "matches": [ " |