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"입니다.
확장 프로그램 스크린샷
Mappy for Social & Shopping 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
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 |
이메일 | [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 } |