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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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
}