Matomo Helper

Extends Matomo and Matomo Tag Manager

什麼是Matomo Helper?

Matomo Helper是由Webreload開發的Chrome擴展程式,該擴展的主要功能是“Extends Matomo and Matomo Tag Manager”。

擴展截圖

screenshot

下載Matomo Helper擴展crx文件

下載Matomo Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Matomo Helper Matomo Helper
ID fdfaeedddmmbalhbhghlnnlhddmffbai
官方網址 https://chromewebstore.google.com/detail/matomo-helper/fdfaeedddmmbalhbhghlnnlhddmffbai
簡介 Extends Matomo and Matomo Tag Manager
檔案大小 10.51 KB
安裝次數 1,774
目前版本 0.4.9
更新時間 2023-07-15
上架時間 2020-08-15
評分 3.40/5 共 5 次評分
開發者 Webreload
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.webreload.de
支援的語言 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": [
                ""
            ]
        }
    ]
}