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」です。
拡張機能のスクリーンショット
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 |
ID | ahbbccaailjoopighefcododkmgmbfpb |
公式URL | 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 |
Eメール | [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" ] } |