Google Maps Route Optimizer
Assist in optimizing routes (based on time, not distance) with multiple destinations.
Google Maps Route Optimizer क्या है?
Google Maps Route Optimizer https://alecmaly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Assist in optimizing routes (based on time, not distance) with multiple destinations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Maps Route Optimizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Google Maps Route Optimizer |
ID | lopeokelpmobodckhpahplaoojfmjokn |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-maps-route-optimiz/lopeokelpmobodckhpahplaoojfmjokn |
विवरण | Assist in optimizing routes (based on time, not distance) with multiple destinations. |
फ़ाइल का आकार | 2.07 MB |
स्थापना संख्या | 277 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2022-11-28 |
प्रकाशन तिथि | 2022-11-07 |
डेवलपर | https://alecmaly.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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\/" } |