Timeline exporter
Google maps timeline exporter
What is Timeline exporter?
Timeline exporter is a Chrome extension developed by reinzor, and its main feature is "Google maps timeline exporter".
Extension Screenshots
Download Timeline exporter Extension CRX File
Download Timeline exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Download, filter and analyze your Google Maps Timeline data. This Chrome extension enables generating mileage and time sheet reports / exports. Source: https://github.com/reinzor/timeline-exporter
Extension Basic Information
Name | |
ID | afalbippddliaaomolohcbfogogbjpkk |
Official URL | https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk |
Description | Google maps timeline exporter |
File Size | 504 KB |
Installation Count | 6,000 |
Current Version | 0.0.25 |
Last Updated | 2022-10-05 |
Publish Date | 2020-12-17 |
Rating | 4.46/5 Total 35 Ratings |
Developer | reinzor |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/reinzor/timeline-exporter |
Help Page URL | https://github.com/reinzor/timeline-exporter/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Timeline exporter", "description": "Google maps timeline exporter", "version": "0.0.25", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Timeline exporter" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/*.google.com\/*", "https:\/\/*.google.com\/*" ] } |