GTM Helper
Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.
Apa itu GTM Helper?
GTM Helper adalah ekstensi Chrome yang dikembangkan oleh Alex Kozack, dan fitur utamanya adalah "Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GTM Helper
Unduh file ekstensi GTM Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | GTM Helper |
ID | nlacheihkljhpihchfjpmccafnipcana |
URL Resmi | https://chromewebstore.google.com/detail/gtm-helper/nlacheihkljhpihchfjpmccafnipcana |
Deskripsi | Allows you to easily select an element on any webpage and get suggestions for GTM triggers targeting the selected element. |
Ukuran File | 45.19 KB |
Jumlah Instalasi | 125 |
Versi Saat Ini | 0.0.7 |
Terakhir Diperbarui | 2023-08-26 |
Tanggal Publikasi | 2023-07-25 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Alex Kozack |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://kozack.me |
Bahasa yang Didukung | 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": [ " |