Routora - Google Maps Route Optimization

Rearranges your Google Maps route to guarantee the fastest path

O que é Routora - Google Maps Route Optimization?

Routora - Google Maps Route Optimization é uma extensão do Chrome desenvolvida por https://routora.com, e sua principal característica é "Rearranges your Google Maps route to guarantee the fastest path".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Routora - Google Maps Route Optimization

Baixe arquivos de extensão Routora - Google Maps Route Optimization 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

                        We take your multiple stop Google Maps route and move around the address order to help you navigate your trip in the shortest time possible

- Save time⏱
- Save gas money⛽️
- Reduce your carbon footprint🌳

Who is this for?
Useful for frequent travelers, delivery drivers, small businesses, real estate agents, hikers, cyclists, or when you're just running errands🏃🏻

3 Simple Steps
1️⃣  Create a route on Google Maps
2️⃣  Click on Routora extension
3️⃣  View/share optimized route

www.routora.com                    

Informações Básicas da Extensão

Nome Routora - Google Maps Route Optimization Routora - Google Maps Route Optimization
ID jdddfnfohdeaklgkpglonlofgapjgfbp
URL Oficial https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp
Descrição Rearranges your Google Maps route to guarantee the fastest path
Tamanho do Arquivo 22.1 KB
Contagem de Instalações 20,000
Versão Atual 1.93
Última Atualização 2023-12-09
Data de Publicação 2022-03-16
Classificação 3.67/5 Total de 36 Avaliações
Desenvolvedor https://routora.com
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão http://www.routora.com/
URL da Página de Ajuda http://www.routora.com/extension-instructions
URL da Página de Política de Privacidade https://puddle-tangelo-0ae.notion.site/Routify-Privacy-Policy-1da27a769d25495ea2d747d6c13e8373
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Routora - Google Maps Route Optimization",
    "description": "Rearranges your Google Maps route to guarantee the fastest path",
    "version": "1.93",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/maps\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/r16.png",
            "32": "\/images\/r32.png",
            "48": "\/images\/r48.png",
            "128": "\/images\/r128.png"
        }
    },
    "icons": {
        "16": "\/images\/r16.png",
        "32": "\/images\/r32.png",
        "48": "\/images\/r48.png",
        "128": "\/images\/r128.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/routify-extension-server.herokuapp.com\/*"
    ]
}