Timeline exporter

Google maps timeline exporter

Что такое Timeline exporter?

Timeline exporter - это расширение Chrome, разработанное reinzor, и его основная функция - "Google maps timeline exporter".

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

screenshot

Скачать файл CRX расширения Timeline exporter

Скачайте файлы расширений Timeline exporter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Download, filter and analyze your Google Maps Timeline data. This Chrome extension enables generating mileage and time sheet reports / exports.

Source: https://github.com/reinzor/timeline-exporter                    

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

Название Timeline exporter Timeline exporter
ID afalbippddliaaomolohcbfogogbjpkk
Официальный URL https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk
Описание Google maps timeline exporter
Размер файла 504 KB
Количество установок 6,000
Текущая Версия 0.0.25
Последнее Обновление 2022-10-05
Дата публикации 2020-12-17
Рейтинг 4.46/5 Всего 35 оценок
Разработчик reinzor
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/reinzor/timeline-exporter
URL страницы помощи https://github.com/reinzor/timeline-exporter/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Timeline exporter",
    "description": "Google maps timeline exporter",
    "version": "0.0.25",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Timeline exporter"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*.google.com\/*",
        "https:\/\/*.google.com\/*"
    ]
}