Sygic Truck Route Sender

This extension sends the route from Google maps to Sygic Truck navigation app on a phone.

什麼是Sygic Truck Route Sender?

Sygic Truck Route Sender是由sygic-webstore-devs開發的Chrome擴展程式,該擴展的主要功能是“This extension sends the route from Google maps to Sygic Truck navigation app on a phone.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Sygic Truck Route Sender擴展crx文件

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

擴展使用說明

                        This extension sends the route from Google maps to Sygic Truck navigation app on a phone.
The most efficient way to plan your trips. Free for all users of Sygic Truck Navigation. No more typing-in addresses into the search bar.

How to use Sygic browser extension

★  As first, enable your mobile app to receive the routes. In the menu Settings – Connection, allow the “Route push”.
★  Then, note down the device name of your phone, or all the phones you use, in the menu Settings – About.
★  After installing the Route Sender, the Sygic Truck Route Sender extension icon will appear in the browser bar. Clicking it will open it.
★  Create a contact book entry for your phone with the device name that you noted.
★  Create a route in Google Maps. You can create it by adding stops into the list, or by adding destinations on the map. The limit in Google Maps is 10 stops. The route transferred to navigation will have the same waypoints as seen on Google Maps, road may differ based on the route profile configured.Selecting one of the three alternatives in Google Maps will not make the route different on the phone, move the points on the route instead.
★  Open the extension, select the desired recipient from the Contact book and click Push to Truck App. This will work only if there is a route calculated.
★  The route will get immediately calculated on the phone, if the Truck navigation is running. If not, you will receive a notification about new route.                    

擴展基本資訊

名稱 Sygic Truck Route Sender Sygic Truck Route Sender
ID lbmaohenoelmngbbkjlfjboppojeckbm
官方網址 https://chromewebstore.google.com/detail/sygic-truck-route-sender/lbmaohenoelmngbbkjlfjboppojeckbm
簡介 This extension sends the route from Google maps to Sygic Truck navigation app on a phone.
檔案大小 234 KB
安裝次數 4,887
目前版本 1.4
更新時間 2022-03-29
上架時間 2022-03-29
評分 2.00/5 共 7 次評分
開發者 sygic-webstore-devs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.sygic.com/
說明頁面URL https://www.sygic.com/enterprise/use-case/truck-routes-from-google-maps
隱私政策頁面URL https://www.sygic.com/company/privacy-policy
支援的語言 de,en,fr,nl,tr,ca,es,it,pt-PT,sk,fi,cs,sr,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sygic Truck Route Sender",
    "description": "__MSG_manifestAppDescription__",
    "version": "1.4",
    "default_locale": "en",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "activeTab"
    ]
}