Matomo Helper

Extends Matomo and Matomo Tag Manager

What is Matomo Helper?

Matomo Helper is a Chrome extension developed by Webreload, and its main feature is "Extends Matomo and Matomo Tag Manager".

Extension Screenshots

screenshot

Download Matomo Helper Extension CRX File

Download Matomo Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Matomo Helper Matomo Helper
ID fdfaeedddmmbalhbhghlnnlhddmffbai
Official URL https://chromewebstore.google.com/detail/matomo-helper/fdfaeedddmmbalhbhghlnnlhddmffbai
Description Extends Matomo and Matomo Tag Manager
File Size 10.51 KB
Installation Count 1,774
Current Version 0.4.9
Last Updated 2023-07-15
Publish Date 2020-08-15
Rating 3.40/5 Total 5 Ratings
Developer Webreload
Email [email protected]
Payment Type free
Extension Website https://www.webreload.de
Supported Languages 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": [
                ""
            ]
        }
    ]
}