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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Routora - Google Maps Route Optimization

ดาวน์โหลดไฟล์ส่วนขยาย Routora - Google Maps Route Optimization ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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\/*"
    ]
}