Tag Assistant Companion

The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.

Tag Assistant Companion란 무엇입니까?

Tag Assistant Companion은(는) Google에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tag Assistant Companion 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        When the Chrome extension is present, it enables additional features for Tag Assistant including debugging iframes and debugging multiple windows from the same debug session.                    

확장 프로그램 기본 정보

이름 Tag Assistant Companion Tag Assistant Companion
ID jmekfmbnaedfebfnmakmokmlfpblbfdm
공식 URL https://chromewebstore.google.com/detail/tag-assistant-companion/jmekfmbnaedfebfnmakmokmlfpblbfdm
설명 The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.
파일 크기 15.28 KB
설치 횟수 900,000
현재 버전 24.57.2.46
최근 업데이트 2024-02-26
출시 날짜 2021-01-08
평점 2.51/5 총 94 개의 평점
개발자 Google
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tagassistant.google.com
도움말 페이지 URL https://support.google.com/tagassistant/answer/10039345
개인정보 보호 정책 페이지 URL https://www.google.com/intl/en/policies/privacy
지원되는 언어 en
manifest.json
{
    "name": "Tag Assistant Companion",
    "description": "The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager.",
    "version": "24.57.2.46",
    "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"
    },
    "action": {
        "default_icon": "img\/icon\/icon-blue-32.png"
    },
    "background": {
        "service_worker": "api\/background_script_bin.js"
    },
    "permissions": [
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "api\/tag_assistant_api_bin.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.google.com\/*",
            "https:\/\/*.googleprod.com\/*",
            "https:\/\/*.googlers.com\/*"
        ]
    },
    "manifest_version": 3,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": {
        "email": "[email protected]"
    }
}