Routora - Google Maps Route Optimization

Rearranges your Google Maps route to guarantee the fastest path

Routora - Google Maps Route Optimization là gì?

Routora - Google Maps Route Optimization là một tiện ích mở rộng Chrome được phát triển bởi https://routora.com, và tính năng chính của nó là "Rearranges your Google Maps route to guarantee the fastest path".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Routora - Google Maps Route Optimization

Tải xuống các tệp mở rộng Routora - Google Maps Route Optimization dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Routora - Google Maps Route Optimization Routora - Google Maps Route Optimization
ID jdddfnfohdeaklgkpglonlofgapjgfbp
URL Chính Thức https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp
Mô tả Rearranges your Google Maps route to guarantee the fastest path
Kích Thước Tệp 22.1 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.93
Cập Nhật Lần Cuối 2023-12-09
Ngày Phát Hành 2022-03-16
Đánh Giá 3.67/5 Tổng số 36 Đánh Giá
Nhà Phát Triển https://routora.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng http://www.routora.com/
URL Trang Trợ Giúp http://www.routora.com/extension-instructions
URL Trang Chính Sách Bảo Mật https://puddle-tangelo-0ae.notion.site/Routify-Privacy-Policy-1da27a769d25495ea2d747d6c13e8373
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}