Matomo Helper

Extends Matomo and Matomo Tag Manager

Что такое Matomo Helper?

Matomo Helper - это расширение Chrome, разработанное Webreload, и его основная функция - "Extends Matomo and Matomo Tag Manager".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Matomo Helper

Скачайте файлы расширений 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
Электронная почта [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": [
                ""
            ]
        }
    ]
}