GA4 Enhanced DebugView by Luratic

Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.

Что такое GA4 Enhanced DebugView by Luratic?

GA4 Enhanced DebugView by Luratic - это расширение Chrome, разработанное https://luratic.com, и его основная функция - "Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения GA4 Enhanced DebugView by Luratic

Скачайте файлы расширений GA4 Enhanced DebugView by Luratic в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        DebugView Helper for Digital Analysts

The Google Analytics 4 (GA4) Enhanced DebugView by Luratic lets you to see all the params contained into an event at a glance.

Install the extension, visit the page where the Google Analytics 4 (GA4)/Firebase events timeline is showed, turn it on clicking over the extension icon and click whatever the event. It will be logged in the console.

You don't need to click over each param one by one and the values will not be truncated anymore.

GA4 DebugView Enhanced by Luratic Corp🦑, © 2022 Luratic
🌐 visit https://luratic.com
Powered by Datola Community🌊🍻
🌐 visit https://datola.es

Feito a man dende Galicia con moito amor e sentidiño 💙                    

Основная информация о расширении

Название GA4 Enhanced DebugView by Luratic GA4 Enhanced DebugView by Luratic
ID hgkkhcgpdigijpbclngegpckcabpjjej
Официальный URL https://chromewebstore.google.com/detail/ga4-enhanced-debugview-by/hgkkhcgpdigijpbclngegpckcabpjjej
Описание Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.
Размер файла 45.79 KB
Количество установок 1,570
Текущая Версия 0.31
Последнее Обновление 2022-09-02
Дата публикации 2022-03-16
Рейтинг 5.00/5 Всего 6 оценок
Разработчик https://luratic.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://luratic.com
URL страницы политики конфиденциальности https://www.luratic.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GA4 Enhanced DebugView by Luratic",
    "description": "Prints on console all the params and their values when clicking over an event logged into the GA4\/Firebase DebugView\/Usersnapshot.",
    "version": "0.31",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/luratic16.png",
        "32": "\/images\/luratic32.png",
        "48": "\/images\/luratic48.png",
        "128": "\/images\/luratic128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                "https:\/\/analytics.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "matches": [
            "https:\/\/analytics.google.com\/*"
        ]
    },
    "action": {
        "default_icon": {
            "16": "\/images\/luratic16.png",
            "32": "\/images\/luratic32.png",
            "48": "\/images\/luratic48.png",
            "128": "\/images\/luratic128.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/analytics.google.com\/*",
        "https:\/\/console.firebase.google.com\/*"
    ]
}