Timeline exporter

Google maps timeline exporter

Timeline exporter란 무엇입니까?

Timeline exporter은(는) reinzor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Google maps timeline exporter"입니다.

확장 프로그램 스크린샷

screenshot

Timeline exporter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}