Routora - Google Maps Route Optimization

Rearranges your Google Maps route to guarantee the fastest path

Что такое Routora - Google Maps Route Optimization?

Routora - Google Maps Route Optimization - это расширение Chrome, разработанное https://routora.com, и его основная функция - "Rearranges your Google Maps route to guarantee the fastest path".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Routora - Google Maps Route Optimization

Скачайте файлы расширений Routora - Google Maps Route Optimization в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        We take your multiple stop Google Maps route and move around the address order to help you navigate your trip in the shortest time possible

- Save time⏱
- Save gas money⛽️
- Reduce your carbon footprint🌳

Who is this for?
Useful for frequent travelers, delivery drivers, small businesses, real estate agents, hikers, cyclists, or when you're just running errands🏃🏻

3 Simple Steps
1️⃣  Create a route on Google Maps
2️⃣  Click on Routora extension
3️⃣  View/share optimized route

www.routora.com                    

Основная информация о расширении

Название Routora - Google Maps Route Optimization Routora - Google Maps Route Optimization
ID jdddfnfohdeaklgkpglonlofgapjgfbp
Официальный URL https://chromewebstore.google.com/detail/routora-google-maps-route/jdddfnfohdeaklgkpglonlofgapjgfbp
Описание Rearranges your Google Maps route to guarantee the fastest path
Размер файла 22.1 KB
Количество установок 20,000
Текущая Версия 1.93
Последнее Обновление 2023-12-09
Дата публикации 2022-03-16
Рейтинг 3.67/5 Всего 36 оценок
Разработчик https://routora.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения http://www.routora.com/
URL страницы помощи http://www.routora.com/extension-instructions
URL страницы политики конфиденциальности https://puddle-tangelo-0ae.notion.site/Routify-Privacy-Policy-1da27a769d25495ea2d747d6c13e8373
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Routora - Google Maps Route Optimization",
    "description": "Rearranges your Google Maps route to guarantee the fastest path",
    "version": "1.93",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.google.com\/maps\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/r16.png",
            "32": "\/images\/r32.png",
            "48": "\/images\/r48.png",
            "128": "\/images\/r128.png"
        }
    },
    "icons": {
        "16": "\/images\/r16.png",
        "32": "\/images\/r32.png",
        "48": "\/images\/r48.png",
        "128": "\/images\/r128.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/routify-extension-server.herokuapp.com\/*"
    ]
}