Routora - Google Maps Route Optimization
Rearranges your Google Maps route to guarantee the fastest path
Routora - Google Maps Route Optimization क्या है?
Routora - Google Maps Route Optimization https://routora.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rearranges your Google Maps route to guarantee the fastest path"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Routora - Google Maps Route Optimization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Routora - Google Maps Route Optimization |
ID | jdddfnfohdeaklgkpglonlofgapjgfbp |
आधिकारिक URL | https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp |
विवरण | Rearranges your Google Maps route to guarantee the fastest path |
फ़ाइल का आकार | 22.1 KB |
स्थापना संख्या | 20,000 |
वर्तमान संस्करण | 1.93 |
अंतिम अपडेट | 2023-12-09 |
प्रकाशन तिथि | 2022-03-16 |
रेटिंग | 3.67/5 कुल 36 रेटिंग्स |
डेवलपर | https://routora.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | http://www.routora.com/ |
सहायता पृष्ठ URL | http://www.routora.com/extension-instructions |
गोपनीयता नीति पृष्ठ URL | https://puddle-tangelo-0ae.notion.site/Routify-Privacy-Policy-1da27a769d25495ea2d747d6c13e8373 |
समर्थित भाषाएँ | 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\/*" ] } |