Mappy for Social & Shopping
Adds useful content to your Shopping & Property pages
O que é Mappy for Social & Shopping?
Mappy for Social & Shopping é uma extensão do Chrome desenvolvida por https://cubewx.com, e sua principal característica é "Adds useful content to your Shopping & Property pages".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Mappy for Social & Shopping
Baixe arquivos de extensão Mappy for Social & Shopping no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mehoblhnbdagfkpgofliblkdmcljhbjn |
URL Oficial | https://chromewebstore.google.com/detail/mappy-for-social-shopping/mehoblhnbdagfkpgofliblkdmcljhbjn |
Descrição | Adds useful content to your Shopping & Property pages |
Tamanho do Arquivo | 50.56 KB |
Contagem de Instalações | 65 |
Versão Atual | 2022.04.121 |
Última Atualização | 2022-04-12 |
Data de Publicação | 2020-07-14 |
Desenvolvedor | https://cubewx.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.cubewx.com/index.html#cta |
URL da Página de Ajuda | http://www.cubewx.com/chromeFacebook.html#policy |
URL da Página de Política de Privacidade | https://www.cubewx.com/privacy.html |
Idiomas Suportados | 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 } |