Mappy for Social & Shopping
Adds useful content to your Shopping & Property pages
¿Qué es Mappy for Social & Shopping?
Mappy for Social & Shopping es una extensión de Chrome desarrollada por https://cubewx.com, y su función principal es "Adds useful content to your Shopping & Property pages".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Mappy for Social & Shopping
Descarga archivos de extensión Mappy for Social & Shopping en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | mehoblhnbdagfkpgofliblkdmcljhbjn |
URL Oficial | https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn |
Descripción | Adds useful content to your Shopping & Property pages |
Tamaño del Archivo | 50.56 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 2022.04.121 |
Última Actualización | 2022-04-12 |
Fecha de Publicación | 2020-07-14 |
Desarrollador | https://cubewx.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.cubewx.com/index.html#cta |
URL de la Página de Ayuda | http://www.cubewx.com/chromeFacebook.html#policy |
URL de la Página de Política de Privacidad | https://www.cubewx.com/privacy.html |
Idiomas Soportados | 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 } |