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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Google และคุณลักษณะหลักของมันคือ "The Tag Assistant Companion extension works with Tag Assistant to help troubleshoot installation of gtag.js and Google Tag Manager."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tag Assistant Companion

ดาวน์โหลดไฟล์ส่วนขยาย Tag Assistant Companion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]"
    }
}