Mapp Cloud Debugger

Debug and test your Mapp Cloud implementation

Qu'est-ce que Mapp Cloud Debugger ?

Mapp Cloud Debugger est une extension Chrome développée par https://mapp.com, et sa fonction principale est "Debug and test your Mapp Cloud implementation".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mapp Cloud Debugger

Téléchargez les fichiers d'extension Mapp Cloud Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Mapp Cloud Debugger Mapp Cloud Debugger
ID ffikelekodkgpfaacgkijigcahkmokfc
URL Officiel https://chromewebstore.google.com/detail/mapp-cloud-debugger/ffikelekodkgpfaacgkijigcahkmokfc
Description Debug and test your Mapp Cloud implementation
Taille du Fichier 147 KB
Nombre d'Installations 672
Version Actuelle 1.2.6
Dernière Mise à Jour 2024-01-31
Date de Publication 2022-01-20
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://mapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mapp.com
URL de la Page d'Aide https://documentation.mapp.com/1.0/en/mapp-cloud-debugger-28116764.html
URL de la Page de Politique de Confidentialité https://mapp.com/privacy
Langues Prises en Charge 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"
    }
}