Mapp Acquire

This extension enriches Mapp Acquire's user interface capabilities.

What is Mapp Acquire?

Mapp Acquire is a Chrome extension developed by Mapp Acquire, and its main feature is "This extension enriches Mapp Acquire's user interface capabilities.".

Extension Screenshots

screenshot

Download Mapp Acquire Extension CRX File

Download Mapp Acquire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension improves user experience by providing features like visual CSS path selection on websites for the Mapp Acquire pixel builder.                    

Extension Basic Information

Name Mapp Acquire Mapp Acquire
ID djfhmicmnegdmcbaoekpjfhkglpmfggp
Official URL https://chromewebstore.google.com/detail/mapp-acquire/djfhmicmnegdmcbaoekpjfhkglpmfggp
Description This extension enriches Mapp Acquire's user interface capabilities.
File Size 45.71 KB
Installation Count 67
Current Version 0.0.4
Last Updated 2021-12-04
Publish Date 2021-12-04
Developer Mapp Acquire
Email [email protected]
Payment Type free
Extension Website https://platform.flxone.com
Privacy Policy Page URL https://mapp.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mapp Acquire",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "This extension enriches Mapp Acquire's user interface capabilities.",
    "homepage_url": "https:\/\/mapp.com",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Mapp Acquire",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "default-src 'self';",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:4200\/*",
                "http:\/\/flxviz.localhost\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/mapp-acquire.css"
            ],
            "all_frames": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:4200\/*",
            "http:\/\/flxviz.localhost\/*",
            "http:\/\/flxviz.localhost:4200\/*",
            "https:\/\/beta.flxone.com\/*",
            "https:\/\/platform.flxone.com\/*"
        ]
    }
}