Mappy for Social & Shopping

Adds useful content to your Shopping & Property pages

Qu'est-ce que Mappy for Social & Shopping ?

Mappy for Social & Shopping est une extension Chrome développée par https://cubewx.com, et sa fonction principale est "Adds useful content to your Shopping & Property pages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Mappy for Social & Shopping

Téléchargez les fichiers d'extension Mappy for Social & Shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Mappy for Social & Shopping Mappy for Social & Shopping
ID mehoblhnbdagfkpgofliblkdmcljhbjn
URL Officiel https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn
Description Adds useful content to your Shopping & Property pages
Taille du Fichier 50.56 KB
Nombre d'Installations 65
Version Actuelle 2022.04.121
Dernière Mise à Jour 2022-04-12
Date de Publication 2020-07-14
Développeur https://cubewx.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.cubewx.com/index.html#cta
URL de la Page d'Aide http://www.cubewx.com/chromeFacebook.html#policy
URL de la Page de Politique de Confidentialité https://www.cubewx.com/privacy.html
Langues Prises en Charge 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
}