Free G Maps Timeline Export to Excel

Free G Maps Timeline Export to Excel

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Free G Maps Timeline Export to Excel",
  "version": "0.1.2",
  "description": "Export your trips and mileage from G Maps Timeline to Excel for your mileage tax deduction.",
  "action": {
    "default_title": "Open Timeline Viewer"
  },
  "icons": {
    "128": "assets/icons/timeline-icon-transparency-128.png"
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "downloads"
  ],
  "host_permissions": [
    "https://timeline.google.com/*",
    "https://*.google.com/*"
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}