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."

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

screenshot

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

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

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

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