Timeline exporter

Google maps timeline exporter

Timeline exporter là gì?

Timeline exporter là một tiện ích mở rộng Chrome được phát triển bởi reinzor, và tính năng chính của nó là "Google maps timeline exporter".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Timeline exporter

Tải xuống các tệp mở rộng Timeline exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Timeline exporter Timeline exporter
ID afalbippddliaaomolohcbfogogbjpkk
URL Chính Thức https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk
Mô tả Google maps timeline exporter
Kích Thước Tệp 504 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 0.0.25
Cập Nhật Lần Cuối 2022-10-05
Ngày Phát Hành 2020-12-17
Đánh Giá 4.46/5 Tổng số 35 Đánh Giá
Nhà Phát Triển reinzor
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/reinzor/timeline-exporter
URL Trang Trợ Giúp https://github.com/reinzor/timeline-exporter/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}