Mapp Cloud Debugger

Debug and test your Mapp Cloud implementation

Co to jest Mapp Cloud Debugger?

Mapp Cloud Debugger to rozszerzenie Chrome opracowane przez https://mapp.com, a jego główną funkcją jest „Debug and test your Mapp Cloud implementation”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Mapp Cloud Debugger

Pobierz pliki rozszerzeń Mapp Cloud Debugger w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The official Mapp Cloud Debugger allows you to see track-requests, to enable the debug mode of Mapps Smart Pixel, to review Mapp tracking pixel configurations and to review and debug your Marketing Automation implementation. By enabling request tracking, up to 200 Mapp Intelligence track-requests can be listed in the popup window.

Feel free to configure the request list fitting to your needs. Use predefined filters for various request types (teaser, product, events, media and more) or a custom RegEx.

Set the parameters that are displayed for every single request – click on a request to see a table with all parameters and their available values.

Usage examples:

- Enable the decoupled window mode so the window does not disappear when you click on a link and load a new page

or

- Open the window on a browser tab, and monitor the request from a second screen.

The Mapp Cloud Debugger provides a special debug mode for Mapps Smart Pixel technology. Enable the debug mode in the Smart Pixel, and you will see all method calls of Smart Pixel in the JavaScript console. You can even add the stack trace – this way you can easily find out which data is being tracked.

If you have Mapps Marketing Automation implemented on your site, the Mapp Cloud Debugger can help you review running campaigns. Highlight custom HTML containers and re-trigger recommendations and Audience Streams.

Marketers and data specialists should always be able to focus on their core business instead of spending their time taming the technology behind it. With the insight-based customer experience platform Mapp Cloud, marketing decision-makers have more time for the essentials and can place their brand messages in the best possible way. Through customer intelligence and marketing analytics, companies easily and effectively gain cross-channel customer insights from data, which in turn enable highly personalized marketing activities. Mapp's customers benefit from customized and self-optimizing cross-channel campaigns based on AI-powered predictive models. Automated messages can thus be sent in the ideal marketing channel, at the optimal time and with the right contact frequency. Thanks to powerful one-to-one personalization, maximum engagement as well as long-term customer retention are achieved.


Mapp operates offices in seven countries. Mapp's digital marketing platform helps over 3,000 businesses stand out from the crowd. Mapp's clients include Argos, Ella's Kitchen, Expert, Freesat, Francesca’s, Lloyds Banking Group, MyToys, Pepsico, Quint, Vivienne Westwood, and The Entertainer.                    

Podstawowe informacje o rozszerzeniu

Nazwa Mapp Cloud Debugger Mapp Cloud Debugger
ID ffikelekodkgpfaacgkijigcahkmokfc
Oficjalny URL https://chromewebstore.google.com/detail/mapp-cloud-debugger/ffikelekodkgpfaacgkijigcahkmokfc
Opis Debug and test your Mapp Cloud implementation
Rozmiar pliku 147 KB
Liczba instalacji 672
Aktualna Wersja 1.2.6
Ostatnia Aktualizacja 2024-01-31
Data Publikacji 2022-01-20
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://mapp.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://mapp.com
Adres URL Strony Pomocy https://documentation.mapp.com/1.0/en/mapp-cloud-debugger-28116764.html
Adres URL Strony Polityki Prywatności https://mapp.com/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mapp Cloud Debugger",
    "version": "1.2.6",
    "description": "Debug and test your Mapp Cloud implementation",
    "permissions": [
        "storage",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "getConfig.js",
                "smartProxy.js",
                "marketingAutomationProxy.js",
                "popup.html",
                "popup.html?p=0"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo\/mapp-icon-16.png",
            "32": "images\/logo\/mapp-icon-32.png",
            "48": "images\/logo\/mapp-icon-48.png",
            "128": "images\/logo\/mapp-icon-128.png"
        }
    },
    "icons": {
        "16": "images\/logo\/mapp-icon-16.png",
        "32": "images\/logo\/mapp-icon-32.png",
        "48": "images\/logo\/mapp-icon-48.png",
        "128": "images\/logo\/mapp-icon-128.png"
    }
}