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はhttps://luratic.comによって開発されたChromeの拡張機能で、その主な機能は「Prints on console all the params and their values when clicking over an event logged into the GA4/Firebase DebugView/Usersnapshot.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

GA4 Enhanced DebugView by Luratic拡張機能のCRXファイルをダウンロード

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
Eメール [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\/*"
    ]
}