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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |