Google Maps Route Optimizer

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

Co je Google Maps Route Optimizer?

Google Maps Route Optimizer je rozšíření Chrome vyvinuté https://alecmaly.com, a jeho hlavní funkcí je „Assist in optimizing routes (based on time, not distance) with multiple destinations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Google Maps Route Optimizer

Stáhněte si soubory rozšíření Google Maps Route Optimizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Google Maps Route Optimizer Google Maps Route Optimizer
ID lopeokelpmobodckhpahplaoojfmjokn
Oficiální URL https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn
Popis Assist in optimizing routes (based on time, not distance) with multiple destinations.
Velikost souboru 2.07 MB
Počet instalací 277
Aktuální Verze 1.0.9
Poslední Aktualizace 2022-11-28
Datum Vydání 2022-11-07
Vývojář https://alecmaly.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
}