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
Eメール [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"
    }
}