Google Takeout Mileage & Timeline Exporter

This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…

什麼是Google Takeout Mileage & Timeline Exporter?

Google Takeout Mileage & Timeline Exporter是由https://polymorphiclabs.io開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…”。

擴展截圖

screenshot
screenshot

下載Google Takeout Mileage & Timeline Exporter擴展crx文件

下載Google Takeout Mileage & Timeline Exporter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to download in CSV format. This is a great tool for generating reports for your business needs.

Other existing products rely on Google's Timeline API behind the scene. Due to Google's rate limiting on the API, it may be difficult to get all the data even just across several months. This chrome extension, on the other hand, processes Google's Takeout data, so that it can easily crunch through multiple months worth or even years worth of data in one go.

By the way, it also handles timezone.

None of your location data goes through a server. Everything is processed locally in your browser to ensure your privacy.                    

擴展基本資訊

名稱 Google Takeout Mileage & Timeline Exporter Google Takeout Mileage & Timeline Exporter
ID elgkkibkcchnlkeejelafakjfgfajboi
官方網址 https://chromewebstore.google.com/detail/google-takeout-mileage-ti/elgkkibkcchnlkeejelafakjfgfajboi
簡介 This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…
檔案大小 1.6 MB
安裝次數 1,451
目前版本 1.0.1
更新時間 2023-12-25
上架時間 2021-09-14
評分 5.00/5 共 8 次評分
開發者 https://polymorphiclabs.io
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension
說明頁面URL https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension/issues
隱私政策頁面URL https://polymorphiclabs.io/pages-output/privacy_policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Takeout Mileage & Timeline Exporter",
    "version": "1.0.1",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/marker_16.png",
        "32": "images\/marker_32.png",
        "48": "images\/marker_48.png",
        "128": "images\/marker_128.png"
    },
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.gumroad.com\/*",
        "https:\/\/api.lemonsqueezy.com\/*"
    ],
    "manifest_version": 3
}