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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}