Google Maps Route Optimizer

Assist in optimizing routes (based on time, not distance) with multiple destinations.

Wat is Google Maps Route Optimizer?

Google Maps Route Optimizer is een Chrome-extensie ontwikkeld door https://alecmaly.com, en de belangrijkste functie is "Assist in optimizing routes (based on time, not distance) with multiple destinations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Maps Route Optimizer

Download Google Maps Route Optimizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Assist in optimizing routes (based on time, not distance) with multiple destinations. A "Route Optimizer" button is injected onto the https://maps.google.com page, near the Search bar.                    

Basisinformatie over de Extensie

Naam Google Maps Route Optimizer Google Maps Route Optimizer
ID lopeokelpmobodckhpahplaoojfmjokn
Officiële URL https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn
Beschrijving Assist in optimizing routes (based on time, not distance) with multiple destinations.
Bestandsgrootte 2.07 MB
Aantal Installaties 277
Huidige Versie 1.0.9
Laatst Bijgewerkt 2022-11-28
Publicatiedatum 2022-11-07
Ontwikkelaar https://alecmaly.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Maps Route Optimizer",
    "description": "Assist in optimizing routes (based on time, not distance) with multiple destinations.",
    "version": "1.0.9",
    "author": "Alec Maly",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/maps\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "payload.js"
            ],
            "matches": [
                "*:\/\/*.google.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/maps.google.com\/"
}