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
官方網址 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
}