Mapp Cloud Debugger

Debug and test your Mapp Cloud implementation

什么是Mapp Cloud Debugger?

Mapp Cloud Debugger是由https://mapp.com开发的Chrome扩展程序,该扩展的主要功能是“Debug and test your Mapp Cloud implementation”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mapp Cloud Debugger扩展crx文件

下载Mapp Cloud Debugger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Mapp Cloud Debugger Mapp Cloud Debugger
ID ffikelekodkgpfaacgkijigcahkmokfc
官方URL https://chromewebstore.google.com/detail/mapp-cloud-debugger/ffikelekodkgpfaacgkijigcahkmokfc
简介 Debug and test your Mapp Cloud implementation
文件大小 147 KB
安装次数 672
当前版本 1.2.6
更新时间 2024-01-31
上架时间 2022-01-20
评分 5.00/5 共1次评分
开发者 https://mapp.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mapp.com
帮助页面URL https://documentation.mapp.com/1.0/en/mapp-cloud-debugger-28116764.html
隐私政策页面URL https://mapp.com/privacy
支持的语言 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"
    }
}