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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mark Fazekas และคุณลักษณะหลักของมันคือ "Export your trips and mileage from Google Maps Timeline to Excel for your mileage tax deduction."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Free Google Maps Timeline Export to Excel

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}