Google Maps Route Optimizer

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

Was ist Google Maps Route Optimizer?

Google Maps Route Optimizer ist eine Chrome-Erweiterung, die von https://alecmaly.com entwickelt wurde, und ihr Hauptmerkmal ist "Assist in optimizing routes (based on time, not distance) with multiple destinations.".

Erweiterungsscreenshots

screenshot

Google Maps Route Optimizer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Maps Route Optimizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Maps Route Optimizer Google Maps Route Optimizer
ID lopeokelpmobodckhpahplaoojfmjokn
Offizielle URL https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn
Beschreibung Assist in optimizing routes (based on time, not distance) with multiple destinations.
Dateigröße 2.07 MB
Installationsanzahl 277
Aktuelle Version 1.0.9
Letztes Update 2022-11-28
Veröffentlichungsdatum 2022-11-07
Entwickler https://alecmaly.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
}