GTM Variable Builder

From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)

GTM Variable Builderคืออะไร?

GTM Variable Builder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://triangledigital.xyz และคุณลักษณะหลักของมันคือ "From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)"

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

screenshot

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

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

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

                        GTM Variable Builder:

This tool makes it easy for you to highlight key parts of a website, such as text, product IDs, prices, or page titles. Simply select the content you're interested in and click on the extension's icon. To check what you've highlighted, head over to the JS console in Google Chrome.

Run the JavaScript code provided by the tool in the console. If it successfully captures your highlighted content, you can then use this in a custom Google Tag Manager variable, or in any other place where you need to submit product information, values, IDs, and so on.                    

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

ชื่อ GTM Variable Builder GTM Variable Builder
ID feeboihdgpananoagfmbohoogoncndba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gtm-variable-builder/feeboihdgpananoagfmbohoogoncndba
คำอธิบาย From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)
ขนาดไฟล์ 82.71 KB
จำนวนการติดตั้ง 34,959
เวอร์ชันปัจจุบัน 3.2
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2017-06-22
คะแนน 4.44/5 รวมทั้งหมด 25 คะแนน
ผู้พัฒนา https://triangledigital.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://triangledigital.xyz/gtm-variable-builder
URL หน้าช่วยเหลือ https://koalendar.com/e/meet-with-a-triangle-digital-team-member
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GTM Variable Builder",
    "description": "From Chrome Developer Console, highlight elements to get JavaScript code. Built by: Triangle Digital (Triangledigital.xyz)",
    "version": "3.2",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_name": "Enable Remarketing Selector",
        "default_icon": "icon.png"
    }
}