Google Maps™ Route Optimization by Routific

Optimize driving directions for a multi-stop Google Maps™ route in just one click. Free forever!

Τι είναι το Google Maps™ Route Optimization by Routific;

Το Google Maps™ Route Optimization by Routific είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://routific.com, και η κύρια λειτουργία του είναι "Optimize driving directions for a multi-stop Google Maps™ route in just one click. Free forever!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Maps™ Route Optimization by Routific

Λήψη αρχείων επέκτασης Google Maps™ Route Optimization by Routific σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        You can plan a driving route of up to 10 stops in Google Maps — but finding the most efficient order is hard. Routific will do it for you in just one click.

Need more than 10 stops? Try a free 7-day trial at www.routific.com to optimize thousands of stops. The app also includes professional delivery management features like one-click dispatch to drivers, real-time tracking, customer notifications, and proof of delivery.

Looking for route optimization for ways of getting around that aren’t driving? Sadly, not even we can do that in Google Maps — but check out our recommended apps for public transit, running, hiking and biking. 


What’s so great about route optimization?
✅ Less time on the road
✅ Lower gas bills
✅ Lower emissions


Why are we giving this away for free? What’s the catch? Paid subscriptions to Routific start at $49 a month, so why is this Chrome extension free? 

Two reasons:
🌲 A lot of harmful vehicle emissions are totally unnecessary. Our mission is to make route optimization available to everyone, so those emissions can be eliminated.
🟩 Many people only need to optimize a route a couple of times a year. A paid subscription makes no sense for them, and we can afford to offer this basic service free.


Google Maps is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Maps™ Route Optimization by Routific Google Maps™ Route Optimization by Routific
ID egfphncmmcmmadobgnjmagdljdeghamj
Επίσημο URL https://chromewebstore.google.com/detail/google-maps-route-optimiz/egfphncmmcmmadobgnjmagdljdeghamj
Περιγραφή Optimize driving directions for a multi-stop Google Maps™ route in just one click. Free forever!
Μέγεθος Αρχείου 903 KB
Αριθμός Εγκαταστάσεων 1,324
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2024-01-08
Ημερομηνία Δημοσίευσης 2023-10-23
Αξιολόγηση 4.33/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://routific.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.routific.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.routific.com
URL της Σελίδας Πολιτικής Απορρήτου https://routific.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.2.0",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-48.png",
        "default_title": "routific-reoptimizer"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "identity",
        "scripting",
        "storage"
    ],
    "icons": {
        "48": "icon-48.png",
        "192": "icon-192.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/maps\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "oauth2": {
        "client_id": "770026865690-7f60m64be0vhmcdkmr2oqrh3im101uhb.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/png\/*.png",
                "assets\/css\/*.css",
                "assets\/svg\/*.svg",
                "assets\/jpg\/*.jpg",
                "assets\/gif\/*.gif",
                "icon-192.png",
                "icon-48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgyA4Dv2WfdnHBQumPp13BxiKpje\/dgVdSooT9\/gNe0WBxQfq9cGfVVoGXGPBzrn4N3I7Mr\/H4S0hDZnXWzBSmMa\/qTv98\/1vyMN98J5Du10bWuraFXs6um5AcC7eTrSecvV4EST0DB\/lQGWP+QfmZspeVmlovY\/ldz1MeZgv2vVKd1zAavn5eY1raYUUk5FH88DAmELNDrHEmrdIofhVzthd6lsKDh+uFLR\/w9VQIst02aB\/g4vvpaM3kRNgaBLyoZ8MrMNfpehB+l3bpj7VFsu7tyiTWOlXGgnPhUN4cYJyNMpG\/xWxiffFT4vJjK2KxijAFl3VBz1wQtbZZN6ZSwIDAQAB"
}