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 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…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Takeout Mileage & Timeline Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 } |