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;

Το Google Takeout Mileage & Timeline Exporter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://polymorphiclabs.io, και η κύρια λειτουργία του είναι "This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Google Takeout Mileage & Timeline Exporter

Λήψη αρχείων επέκτασης Google Takeout Mileage & Timeline Exporter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Google Takeout Mileage & Timeline Exporter Google Takeout Mileage & Timeline Exporter
ID elgkkibkcchnlkeejelafakjfgfajboi
Επίσημο URL https://chromewebstore.google.com/detail/google-takeout-mileage-ti/elgkkibkcchnlkeejelafakjfgfajboi
Περιγραφή This extension helps you siphoning through that massive amount of data and distills them to useful bits of information for you to…
Μέγεθος Αρχείου 1.6 MB
Αριθμός Εγκαταστάσεων 1,451
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-12-25
Ημερομηνία Δημοσίευσης 2021-09-14
Αξιολόγηση 5.00/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://polymorphiclabs.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/noitcudni/google-takeout-mileage-and-timeline-exporter-extension/issues
URL της Σελίδας Πολιτικής Απορρήτου https://polymorphiclabs.io/pages-output/privacy_policy
Υποστηριζόμενες Γλώσσες 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
}