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 هو إضافة Chrome تم تطويرها بواسطة https://routora.com، والميزة الرئيسية لها هي "Rearranges your Google Maps route to guarantee the fastest path".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Routora - Google Maps Route Optimization
قم بتنزيل ملفات الامتداد Routora - Google Maps Route Optimization بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | http://www.routora.com/extension-instructions |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |