Map Route Pro & Search

Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.

Map Route Pro & Search란 무엇입니까?

Map Route Pro & Search은(는) https://maproutepro.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Map Route Pro & Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Access maps and directions, find the best route to your destination, get satellite or street views of any area and save locations for easy reference. 

How to use Map Route Pro:

1.Click the puzzle icon on your toolbar, then click the Map Route Pro and Search favicon to access the widget
2.On the widget, enter your starting point and destination address, then click ‘Get Directions’ to view driving, walking, or cycling directions.
3.Or, click on ‘Maps’, enter your location, and click ‘Continue’ to view the map for your desired location.

Permissions:
Read and modify your data on maproutepro.com: This permission is required to make calls to our API via our domain to provide you with the communicated functionality. 

Want to share feedback? Please fill out this form and help us improve the product for you:
https://maproutepro.com/public/contactus.html

You can uninstall this product at any time. Please follow the instructions here:
https://maproutepro.com/public/uninstall.html

By clicking the button above, I consent to install this extension and abide by its Terms of Service and Privacy Policy.

Companies, product and service names, brands, logos or images mentioned here are trademarks or registered trademarks of their respective owners. Use of them here does not imply any endorsement by or affiliation with their respective holders. 

Privacy Policy: https://maproutepro.com/public/privacypolicy.html
Terms of Service: https://maproutepro.com/public/termsofservice.html                    

확장 프로그램 기본 정보

이름 Map Route Pro & Search Map Route Pro & Search
ID lnjkaghobkjekhjakaagliddnpniihak
공식 URL https://chromewebstore.google.com/detail/map-route-pro-search/lnjkaghobkjekhjakaagliddnpniihak
설명 Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.
파일 크기 916 KB
설치 횟수 674
현재 버전 1.0.1
최근 업데이트 2023-09-13
출시 날짜 2023-09-12
개발자 https://maproutepro.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://packagetrackonline.com/public/privacypolicy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Map Route Pro & Search",
    "description": "Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.",
    "version": "1.0.1",
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/maproutepro.com\/*"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "icons": {
        "48": ".\/images\/maps-ext.png"
    }
}