GTM Injector

Inject Google Tag Manager in any page!

GTM Injectorคืออะไร?

GTM Injector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย digodat-extensions-admin และคุณลักษณะหลักของมันคือ "Inject Google Tag Manager in any page!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTM Injector

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

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

                        Google Tag Manager injector allows you to locally inject any GTM container on a given site and simulate its effects. 

This is a free extension and still in BETA!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GTM Injector GTM Injector
ID jmclhcaokinpjpaiidbdfbampmlijbgh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gtm-injector/jmclhcaokinpjpaiidbdfbampmlijbgh
คำอธิบาย Inject Google Tag Manager in any page!
ขนาดไฟล์ 258 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2021-04-13
วันที่เผยแพร่ 2019-10-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา digodat-extensions-admin
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GTM Injector",
    "description": "Inject Google Tag Manager in any page!",
    "version": "0.2",
    "icons": {
        "32": "injector-32.png",
        "48": "injector-on-48.png",
        "128": "injector-on-128.png"
    },
    "browser_action": {
        "default_popup": "popUp.html",
        "default_icon": {
            "32": "injector-32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}