Route4Me Route Planner for Gmail
Route4Me Route Planner for Gmail
Τι είναι το Route4Me Route Planner for Gmail;
Το Route4Me Route Planner for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://route4me.com, και η κύρια λειτουργία του είναι "Route4Me Route Planner for Gmail".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Route4Me Route Planner for Gmail
Λήψη αρχείων επέκτασης Route4Me Route Planner for Gmail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
is here to make your last mile even easier, give you total control over your business, and simply look great over there in your side panel! Whether you’re the local Mom & Pop shop offering local delivery to your regulars, or you command an entire fleet of delivery and service vehicles visiting hundreds or even thousands of stops a day, Route4Me is here to take the tedious work of route planning off your hands, so you can focus on growing your business. And now you don’t even have to leave Gmail to have one-click access to all of your Route4Me routes, team members, and vehicles! Route4Me for Gmail enables you to monitor your operations easily and efficiently ensuring your customers, team members and drivers are experiencing your business at its best! And for real, using Route4Me for Gmail couldn’t be easier. Once your routes have been optimized using Route4Me’s mobile app or web platform you will be able to access all of your routing information, including visits, pickups, deliveries and appointments. All you need to do is click that sweet little logo on your Gmail side panel! From there you can view all of your current and future planned routes, along with all of their details, including: *Route Driver *Route Vehicle *Route Length *Route Duration *Order Status *Accurate ETAs *Customer Details And Much More! Hey, was it mentioned that this Route4Me Gmail plugin is absolutely FREE for all existing Route4Me users? All you need to do is install the app and login to the Route4Me account. Don’t have an account? Sign up at www.route4me.com in minutes. The Route4Me route planning app has been downloaded over 2 million times and has planned routes for over 500 million stops since 2009, preventing over 10 BILLION miles from being driven (fuel savings, anyone?). That reduction in driving has resulted in a reduction in carbon emissions, the equivalent of planting over 87 million trees and counting! For more information, visit www.route4me.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Route4Me Route Planner for Gmail |
ID | iggeijioapeiailklkdndembkpiicfcp |
Επίσημο URL | https://chromewebstore.google.com/detail/route4me-route-planner-fo/iggeijioapeiailklkdndembkpiicfcp |
Περιγραφή | Route4Me Route Planner for Gmail |
Μέγεθος Αρχείου | 1.69 MB |
Αριθμός Εγκαταστάσεων | 241 |
Τρέχουσα Έκδοση | 0.2.3 |
Τελευταία Ενημέρωση | 2021-09-09 |
Ημερομηνία Δημοσίευσης | 2021-04-07 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://route4me.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://route4me.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.route4me.com/route4me-for-chrome-gmail-route-planner-google-chrome-extension/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://route4me.com/terms-of-service |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Route4Me Route Planner for Gmail", "version": "0.2.3", "description": "Route4Me Route Planner for Gmail", "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "weak-assets\/inboxsdk.js", "content.js", "10.CHUNK.js", "11.CHUNK.js", "12.CHUNK.js", "13.CHUNK.js", "14.CHUNK.js", "15.CHUNK.js", "16.CHUNK.js", "17.CHUNK.js", "18.CHUNK.js", "19.CHUNK.js", "20.CHUNK.js", "21.CHUNK.js", "22.CHUNK.js", "23.CHUNK.js", "24.CHUNK.js", "25.CHUNK.js", "26.CHUNK.js", "27.CHUNK.js", "28.CHUNK.js", "29.CHUNK.js", "30.CHUNK.js", "31.CHUNK.js", "32.CHUNK.js", "33.CHUNK.js", "34.CHUNK.js", "35.CHUNK.js", "36.CHUNK.js", "37.CHUNK.js", "38.CHUNK.js", "39.CHUNK.js", "40.CHUNK.js", "41.CHUNK.js", "42.CHUNK.js", "43.CHUNK.js", "6.CHUNK.js", "7.CHUNK.js", "8.CHUNK.js", "9.CHUNK.js", "destination-editor.CHUNK.js", "route-list.CHUNK.js", "stop-list.CHUNK.js" ], "css": [], "matches": [ "https:\/\/mail.google.com\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "icons\/icon128x128.png", "images\/*", "opening-route.html" ], "permissions": [ "https:\/\/mail.google.com\/" ] } |