GTM Helper
Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
GTM Helperคืออะไร?
GTM Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Kozack และคุณลักษณะหลักของมันคือ "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTM Helper
ดาวน์โหลดไฟล์ส่วนขยาย GTM Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension simplifies the work with Geegle tag manager. Just select any element on the web page and get several options for configuring GTM triggers. No more developer console or CSS selectors.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GTM Helper |
ID | nlacheihkljhpihchfjpmccafnipcana |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana |
คำอธิบาย | Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element. |
ขนาดไฟล์ | 45.19 KB |
จำนวนการติดตั้ง | 125 |
เวอร์ชันปัจจุบัน | 0.0.7 |
อัปเดตครั้งล่าสุด | 2023-08-26 |
วันที่เผยแพร่ | 2023-07-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alex Kozack |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://kozack.me |
ภาษาที่รองรับ | en,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_APP_NAME__", "description": "__MSG_APP_DESCRIPTION__", "version": "0.0.7", "default_locale": "en", "icons": { "128": "icons\/128.png" }, "action": [], "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "serviceWorker.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "src\/content\/main.js" ], "matches": [ " |