Google Takeout Mileage & Timeline Exporter
This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…
Google Takeout Mileage & Timeline Exporter là gì?
Google Takeout Mileage & Timeline Exporter là một tiện ích mở rộng Chrome được phát triển bởi https://polymorphiclabs.io, và tính năng chính của nó là "This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Google Takeout Mileage & Timeline Exporter
Tải xuống các tệp mở rộng Google Takeout Mileage & Timeline Exporter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to download in CSV format. This is a great tool for generating reports for your business needs. Other existing products rely on Google's Timeline API behind the scene. Due to Google's rate limiting on the API, it may be difficult to get all the data even just across several months. This chrome extension, on the other hand, processes Google's Takeout data, so that it can easily crunch through multiple months worth or even years worth of data in one go. By the way, it also handles timezone. None of your location data goes through a server. Everything is processed locally in your browser to ensure your privacy.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Google Takeout Mileage & Timeline Exporter |
ID | elgkkibkcchnlkeejelafakjfgfajboi |
URL Chính Thức | https://chromewebstore.google.com/detail/google-takeout-mileage-ti/elgkkibkcchnlkeejelafakjfgfajboi |
Mô tả | This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to… |
Kích Thước Tệp | 1.6 MB |
Số Lần Cài Đặt | 1,451 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-25 |
Ngày Phát Hành | 2021-09-14 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://polymorphiclabs.io |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension |
URL Trang Trợ Giúp | https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension/issues |
URL Trang Chính Sách Bảo Mật | https://polymorphiclabs.io/pages-output/privacy_policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Takeout Mileage & Timeline Exporter", "version": "1.0.1", "action": { "default_title": "Show the popup", "default_popup": "popup.html" }, "icons": { "16": "images\/marker_16.png", "32": "images\/marker_32.png", "48": "images\/marker_48.png", "128": "images\/marker_128.png" }, "background": { "service_worker": "compiled\/background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/api.gumroad.com\/*", "https:\/\/api.lemonsqueezy.com\/*" ], "manifest_version": 3 } |