Google Maps Route Optimizer
Assist in optimizing routes (based on time, not distance) with multiple destinations.
ما هو Google Maps Route Optimizer؟
Google Maps Route Optimizer هو إضافة Chrome تم تطويرها بواسطة https://alecmaly.com، والميزة الرئيسية لها هي "Assist in optimizing routes (based on time, not distance) with multiple destinations.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Maps Route Optimizer
قم بتنزيل ملفات الامتداد Google Maps Route Optimizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/" } |