Map Route Pro & Search

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

O que é Map Route Pro & Search?

Map Route Pro & Search é uma extensão do Chrome desenvolvida por https://maproutepro.com, e sua principal característica é "Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Map Route Pro & Search

Baixe arquivos de extensão Map Route Pro & Search 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

                        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                    

Informações Básicas da Extensão

Nome Map Route Pro & Search Map Route Pro & Search
ID lnjkaghobkjekhjakaagliddnpniihak
URL Oficial https://chromewebstore.google.com/detail/map-route-pro-search/lnjkaghobkjekhjakaagliddnpniihak
Descrição Access maps and directions via a widget on your toolbar with the Map Route Pro and Search extension.
Tamanho do Arquivo 916 KB
Contagem de Instalações 674
Versão Atual 1.0.1
Última Atualização 2023-09-13
Data de Publicação 2023-09-12
Desenvolvedor https://maproutepro.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://packagetrackonline.com/public/privacypolicy.html
Idiomas Suportados 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"
    }
}