Map Route Pro & Search

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

What is Map Route Pro & Search?

Map Route Pro & Search is a Chrome extension developed by https://maproutepro.com, and its main feature is "Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.".

Extension Screenshots

screenshot
screenshot

Download Map Route Pro & Search Extension CRX File

Download Map Route Pro & Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Map Route Pro & Search Map Route Pro & Search
ID lnjkaghobkjekhjakaagliddnpniihak
Official URL https://chromewebstore.google.com/detail/map-route-pro-search/lnjkaghobkjekhjakaagliddnpniihak
Description Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.
File Size 916 KB
Installation Count 674
Current Version 1.0.1
Last Updated 2023-09-13
Publish Date 2023-09-12
Developer https://maproutepro.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://packagetrackonline.com/public/privacypolicy.html
Supported Languages 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"
    }
}