Free Google Maps Timeline Export to Excel

Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction.

Free Google Maps Timeline Export to Excel란 무엇입니까?

Free Google Maps Timeline Export to Excel은(는) Mark Fazekas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction."입니다.

확장 프로그램 스크린샷

screenshot

Free Google Maps Timeline Export to Excel 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free Google Maps Timeline Export to Excel

Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction. This Chrome extension enables generating mileage and time sheet reports / exports.


Attention:
Your trips exported from Google Maps Timeline with any tool are not sufficient as an IRS-Proof mileage log - points out our Platinum sponsor, MileageWise in their blog post.
MileageWise, on the other hand, is able to convert these exported trips into an IRS-Proof mileage log.

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

확장 프로그램 기본 정보

이름 Free Google Maps Timeline Export to Excel Free Google Maps Timeline Export to Excel
ID mjjpapfcbfpgbkabmfkmacjfediepccp
공식 URL https://chromewebstore.google.com/detail/free-google-maps-timeline/mjjpapfcbfpgbkabmfkmacjfediepccp
설명 Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction.
파일 크기 1.01 MB
설치 횟수 4,242
현재 버전 0.1.5
최근 업데이트 2023-06-07
출시 날짜 2023-03-13
평점 4.65/5 총 26 개의 평점
개발자 Mark Fazekas
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.mileagewise.com/google-timeline-export-to-mileage-log/?utm_source=googlechrome&utm_medium=timeline_exporter_extension&utm_campaign=extension
도움말 페이지 URL https://www.mileagewise.com/google-timeline-export-to-mileage-log/?utm_source=googlechrome&utm_medium=timeline_exporter_extension&utm_campaign=extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Google Maps Timeline Export to Excel",
    "version": "0.1.5",
    "description": "Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction.",
    "action": {
        "default_title": "Open Timeline Viewer"
    },
    "icons": {
        "128": "assets\/icons\/google-maps-128_128.png",
        "64": "assets\/icons\/google-maps-64_64.png",
        "32": "assets\/icons\/google-maps-32_32.png",
        "16": "assets\/icons\/google-maps-16_16.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/timeline.google.com\/*",
        "https:\/\/*.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}