Mappy for Social & Shopping

Adds useful content to your Shopping & Property pages

What is Mappy for Social & Shopping?

Mappy for Social & Shopping is a Chrome extension developed by https://cubewx.com, and its main feature is "Adds useful content to your Shopping & Property pages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Mappy for Social & Shopping Extension CRX File

Download Mappy for Social & Shopping 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

                        Mappy adds useful content to your  shopping pages.
Tired of figuring out if advertised items are close to you?
Look no further..
Mappy will add an interactive map to your page for ease of use and discovering the item location.
Intuitive Zoom In and Zoom Out buttons make it so much easier to find the item location relative to where you are without leaving the page.
Alternatively use the "Directions" option to find GPS navigation to the approximate item location.

Currently supporting:
  WWW - facebook, ebay
  US - zillow, realtor, apartments
  AU - domain, realestate, realestateview, allhomes, onthehouse



** Updates **
v2022.04.051
- add support for several property domains
v2022.04.121
- add support for more domains                    

Extension Basic Information

Name Mappy for Social & Shopping Mappy for Social & Shopping
ID mehoblhnbdagfkpgofliblkdmcljhbjn
Official URL https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn
Description Adds useful content to your Shopping & Property pages
File Size 50.56 KB
Installation Count 65
Current Version 2022.04.121
Last Updated 2022-04-12
Publish Date 2020-07-14
Developer https://cubewx.com
Email [email protected]
Payment Type free
Extension Website http://www.cubewx.com/index.html#cta
Help Page URL http://www.cubewx.com/chromeFacebook.html#policy
Privacy Policy Page URL https://www.cubewx.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mappy for Social & Shopping",
    "short_name": "Mappy Social & Shopping",
    "version": "2022.04.121",
    "description": "Adds useful content to your Shopping & Property pages",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "128": "logo.128.png"
        }
    },
    "icons": {
        "128": "logo.128.png"
    },
    "manifest_version": 2
}