Mappy for Social & Shopping

Adds useful content to your Shopping & Property pages

Mappy for Social & Shopping là gì?

Mappy for Social & Shopping là một tiện ích mở rộng Chrome được phát triển bởi https://cubewx.com, và tính năng chính của nó là "Adds useful content to your Shopping & Property pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mappy for Social & Shopping

Tải xuống các tệp mở rộng Mappy for Social & Shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mappy for Social & Shopping Mappy for Social & Shopping
ID mehoblhnbdagfkpgofliblkdmcljhbjn
URL Chính Thức https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn
Mô tả Adds useful content to your Shopping & Property pages
Kích Thước Tệp 50.56 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 2022.04.121
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2020-07-14
Nhà Phát Triển https://cubewx.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.cubewx.com/index.html#cta
URL Trang Trợ Giúp http://www.cubewx.com/chromeFacebook.html#policy
URL Trang Chính Sách Bảo Mật https://www.cubewx.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}