Routora - Google Maps Route Optimization
Rearranges your Google Maps route to guarantee the fastest path
What is Routora - Google Maps Route Optimization?
Routora - Google Maps Route Optimization is a Chrome extension developed by https://routora.com, and its main feature is "Rearranges your Google Maps route to guarantee the fastest path".
Extension Screenshots
Download Routora - Google Maps Route Optimization Extension CRX File
Download Routora - Google Maps Route Optimization 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
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
Extension Basic Information
Name | Routora - Google Maps Route Optimization |
ID | jdddfnfohdeaklgkpglonlofgapjgfbp |
Official URL | https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp |
Description | Rearranges your Google Maps route to guarantee the fastest path |
File Size | 22.1 KB |
Installation Count | 20,000 |
Current Version | 1.93 |
Last Updated | 2023-12-09 |
Publish Date | 2022-03-16 |
Rating | 3.67/5 Total 36 Ratings |
Developer | https://routora.com |
[email protected] | |
Payment Type | in_app |
Extension Website | http://www.routora.com/ |
Help Page URL | http://www.routora.com/extension-instructions |
Privacy Policy Page URL | https://puddle-tangelo-0ae.notion.site/Routify-Privacy-Policy-1da27a769d25495ea2d747d6c13e8373 |
Supported Languages | 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\/*" ] } |