Matomo Helper

Extends Matomo and Matomo Tag Manager

Matomo Helper là gì?

Matomo Helper là một tiện ích mở rộng Chrome được phát triển bởi Webreload, và tính năng chính của nó là "Extends Matomo and Matomo Tag Manager".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Matomo Helper

Tải xuống các tệp mở rộng Matomo Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extends Matomo / Matomo Tag Manager with some features (BETA)

=== Matomo / Matomo Tag Manager Status ===
Check if Matomo and Matomo Tag Manager is integrated into a website (readonly)

=== Append Preview Console ===
Instead of adding the GET-Parameter on every URL you want to test, you can now activate the preview console with this extension.


=== Show / Hide Debug Preview  ===
Show and Hide the Matomo Tag Manager Debug / Preview Window

Features in Version 1
- Show the preview mode console without setting the GET-Parameter.
- Matomo Status 

Matomo Helper is a handy tool that fetches and displays your Matomo Container ID and URL for quick access. Note that these fields are read-only. The extension is designed to enhance your Matomo experience and streamline data analysis. For additional feature requests or suggestions, feel free to contact us. We aim to tailor Matomo Helper to your needs. Experience an efficient workflow with Matomo Helper.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Matomo Helper Matomo Helper
ID fdfaeedddmmbalhbhghlnnlhddmffbai
URL Chính Thức https://chromewebstore.google.com/detail/matomo-helper/fdfaeedddmmbalhbhghlnnlhddmffbai
Mô tả Extends Matomo and Matomo Tag Manager
Kích Thước Tệp 10.51 KB
Số Lần Cài Đặt 1,774
Phiên Bản Hiện Tại 0.4.9
Cập Nhật Lần Cuối 2023-07-15
Ngày Phát Hành 2020-08-15
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Webreload
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.webreload.de
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Matomo Helper",
    "version": "0.4.9",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "mt-h.png"
        }
    },
    "icons": {
        "128": "mt-h.png"
    },
    "description": "Extends Matomo and Matomo Tag Manager",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mt.css"
            ],
            "js": [
                "mt.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "mt-helper.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}