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
Eメール [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
}