[DEPRECATED] Tag Assistant for Conversions

This extension is no longer supported.

[DEPRECATED] Tag Assistant for Conversions란 무엇입니까?

[DEPRECATED] Tag Assistant for Conversions은(는) Google에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is no longer supported."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

[DEPRECATED] Tag Assistant for Conversions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Please use the new Tag Assistant and its companion extension to verify and troubleshoot tagging for Google tag (gtag.js) and Google Tag Manager installations for Google Analytics, Google Ads, and more.

Tag Assistant for Conversions helps validate your website implementation used to measure conversions for Google Ads

Tag Assistant for Conversions offers a step by step process to validate individual website conversion actions for your Google Ads account.

Tag Assistant enables you to step through the entire user journey by simulating a click on an ad, arriving on your website, navigating the site, and ultimately converting. The step by step guidance will highlight potential problems or misconfigurations and ultimately let you know when the conversion is being recorded correctly.                    

확장 프로그램 기본 정보

이름 [DEPRECATED] Tag Assistant for Conversions [DEPRECATED] Tag Assistant for Conversions
ID llpfnmnallbompdmklfkcibfpcfpncdd
공식 URL https://chromewebstore.google.com/detail/deprecated-tag-assistant/llpfnmnallbompdmklfkcibfpcfpncdd
설명 This extension is no longer supported.
파일 크기 410 KB
설치 횟수 50,505
현재 버전 23.285.10.49
최근 업데이트 2023-10-16
출시 날짜 2019-07-10
평점 4.71/5 총 17 개의 평점
개발자 Google
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.google.com/intl/en/policies/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "[DEPRECATED] Tag Assistant for Conversions",
    "description": "This extension is no longer supported.",
    "version": "23.285.10.49",
    "icons": {
        "16": "img\/icon\/icon-blue-16.png",
        "32": "img\/icon\/icon-blue-32.png",
        "48": "img\/icon\/icon-blue-48.png",
        "128": "img\/icon\/icon-blue-128.png"
    },
    "background": {
        "scripts": [
            "background\/background_bin.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup\/app.html",
        "default_icon": {
            "16": "img\/icon\/icon-blue-16.png",
            "32": "img\/icon\/icon-blue-32.png",
            "48": "img\/icon\/icon-blue-48.png",
            "128": "img\/icon\/icon-blue-128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ads.google.com\/aw\/*",
                "https:\/\/*.adz.google.com\/aw\/*",
                "http:\/\/*.corp.google.com\/aw\/*"
            ],
            "js": [
                "background\/mark_dom_bin.js"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "",
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "common\/styles.css",
        "inject\/app.html",
        "window_inspection\/window_inspection_bin.js"
    ],
    "manifest_version": 2
}