Google Analytics UTILS (UA & GA4)

You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.

什么是Google Analytics UTILS (UA & GA4)?

Google Analytics UTILS (UA & GA4)是由https://luratic.com开发的Chrome扩展程序,该扩展的主要功能是“You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.”。

扩展截图

screenshot
screenshot
screenshot

下载Google Analytics UTILS (UA & GA4)扩展crx文件

下载Google Analytics UTILS (UA & GA4)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Google Analytics UTILS

This new extension developed by Luratic Team offers a variety of handy options to digital analysts, using a unique and beautiful interface designed by Jesús Núñez (https://www.jne.design/).

Extension highlights:

- Activate Debug Mode on GA4: the events will be dispatched in real time (goodbye batches!) and will be logged in the Debug View console.

- Active request blocking. Block any request to GA4, UA, GTM and GTAG.

- GA4, UA and GTAG id edition option: you can set an id that will be used for the requests instead of the original. Useful if you want to see events on the Debug View but don't have access to that property. ATTENTION: the way the API works, the original request will produce an internal redirect but it won't arrive to Analytics.

- GTM container and GTAG injection: the scripts will be injected on page with the specified ID.

- Domain filtering. Set any extension option to be applied only for specific domains of your choice

If you find a bug (very likely) or you have any suggestion to make the extension better, don't hesitate to reach us at [email protected].

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

扩展基本信息

名称 Google Analytics UTILS (UA & GA4) Google Analytics UTILS (UA & GA4)
ID dmhoedahbmlaipacpamhefgjoiebamjm
官方URL https://chromewebstore.google.com/detail/google-analytics-utils-ua/dmhoedahbmlaipacpamhefgjoiebamjm
简介 You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and/or inject a GTM container.
文件大小 90 KB
安装次数 1,251
当前版本 0.2
更新时间 2023-03-08
上架时间 2022-12-03
评分 5.00/5 共3次评分
开发者 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": "Google Analytics UTILS (UA & GA4)",
    "description": "You can: change analytics ids (UA & GA4), enable GA4 debug mode, block analytics hits, block GTM load and\/or inject a GTM container.",
    "version": "0.2",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeNetRequest",
        "tabs",
        "scripting",
        "cookies"
    ],
    "icons": {
        "16": "\/images\/bug_logo_16.png",
        "32": "\/images\/bug_logo_32.png",
        "48": "\/images\/bug_logo_48.png",
        "128": "\/images\/bug_logo_128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/bug_logo_16.png",
            "32": "\/images\/bug_logo_32.png",
            "48": "\/images\/bug_logo_48.png",
            "128": "\/images\/bug_logo_128.png"
        },
        "default_popup": "popup.html"
    }
}