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文件

下载Free Google Maps Timeline Export to Excel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}