Matomo Helper

Extends Matomo and Matomo Tag Manager

Matomo Helper란 무엇입니까?

Matomo Helper은(는) Webreload에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends Matomo and Matomo Tag Manager"입니다.

확장 프로그램 스크린샷

screenshot

Matomo Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}