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.".

Снимки экрана расширения

screenshot

Скачать файл 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 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": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}