Free Route Planner for Google Maps

Route Optimisation for Google Maps by Zeo

什麼是Free Route Planner for Google Maps?

Free Route Planner for Google Maps是由https://zeorouteplanner.com開發的Chrome擴展程式,該擴展的主要功能是“Route Optimisation for Google Maps by Zeo”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Free Route Planner for Google Maps擴展crx文件

下載Free Route Planner for Google Maps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Zeo Web Plugin is a free route planner for Google Maps. Any user can get the correct order of stops which give them the shortest route on Google Maps. 

Users only need to add the stops which they want to visit on Google maps and then click on the plugin. Through advanced route optimisation algorithms users now get the shortest route on Gmaps. For free! No other app to download.

About Zeo

Zeo Route Planner is a provider of route optimisation for delivery drivers and field service professionals. They provide app on Google Play store and Apple app store. For fleet owners they have a web based no code platform on their website. Drivers save upto 2 hours everyday and $200 per month using their services. More than a million drivers in 146 countries have already used them.                    

擴展基本資訊

名稱 Free Route Planner for Google Maps Free Route Planner for Google Maps
ID ahbbccaailjoopighefcododkmgmbfpb
官方網址 https://chromewebstore.google.com/detail/free-route-planner-for-go/ahbbccaailjoopighefcododkmgmbfpb
簡介 Route Optimisation for Google Maps by Zeo
檔案大小 12.34 KB
安裝次數 3,026
目前版本 1.0.3
更新時間 2022-11-16
上架時間 2022-09-21
評分 3.53/5 共 15 次評分
開發者 https://zeorouteplanner.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zeorouteplanner.com/
說明頁面URL https://zeorouteplanner.com/blog/contact-us/
隱私政策頁面URL https://zeorouteplanner.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Route Planner for Google Maps",
    "author": "Zeo Route Planner",
    "version": "1.0.3",
    "description": "Route Optimisation for Google Maps by Zeo",
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "action": {
        "default_icon": {
            "128": "128x128.png"
        },
        "default_title": "Optimize your route",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "identity",
        "identity.email"
    ]
}