Mappy for Social & Shopping

Adds useful content to your Shopping & Property pages

什么是Mappy for Social & Shopping?

Mappy for Social & Shopping是由https://cubewx.com开发的Chrome扩展程序,该扩展的主要功能是“Adds useful content to your Shopping & Property pages”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Mappy for Social & Shopping扩展crx文件

下载Mappy for Social & Shopping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Mappy for Social & Shopping Mappy for Social & Shopping
ID mehoblhnbdagfkpgofliblkdmcljhbjn
官方URL https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn
简介 Adds useful content to your Shopping & Property pages
文件大小 50.56 KB
安装次数 65
当前版本 2022.04.121
更新时间 2022-04-12
上架时间 2020-07-14
开发者 https://cubewx.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.cubewx.com/index.html#cta
帮助页面URL http://www.cubewx.com/chromeFacebook.html#policy
隐私政策页面URL https://www.cubewx.com/privacy.html
支持的语言 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
}