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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sygic-webstore-devs, και η κύρια λειτουργία του είναι "This extension sends the route from Google maps to Sygic Truck navigation app on a phone.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Sygic Truck Route Sender

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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"
    ]
}