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
公式URL 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
Eメール [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": [
                ""
            ]
        }
    ]
}