Google Maps Route Optimizer
Assist in optimizing routes (based on time, not distance) with multiple destinations.
What is Google Maps Route Optimizer?
Google Maps Route Optimizer is a Chrome extension developed by https://alecmaly.com, and its main feature is "Assist in optimizing routes (based on time, not distance) with multiple destinations.".
Extension Screenshots
Download Google Maps Route Optimizer Extension CRX File
Download Google Maps Route Optimizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Google Maps Route Optimizer |
ID | lopeokelpmobodckhpahplaoojfmjokn |
Official URL | https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn |
Description | Assist in optimizing routes (based on time, not distance) with multiple destinations. |
File Size | 2.07 MB |
Installation Count | 277 |
Current Version | 1.0.9 |
Last Updated | 2022-11-28 |
Publish Date | 2022-11-07 |
Developer | https://alecmaly.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" } |