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
Eメール [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"
    }
}