Timeline exporter
Google maps timeline exporter
Co to jest Timeline exporter?
Timeline exporter to rozszerzenie Chrome opracowane przez reinzor, a jego główną funkcją jest „Google maps timeline exporter”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Timeline exporter
Pobierz pliki rozszerzeń Timeline exporter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | afalbippddliaaomolohcbfogogbjpkk |
Oficjalny URL | https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk |
Opis | Google maps timeline exporter |
Rozmiar pliku | 504 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 0.0.25 |
Ostatnia Aktualizacja | 2022-10-05 |
Data Publikacji | 2020-12-17 |
Ocena | 4.46/5 Łącznie 35 Oceny |
Deweloper | reinzor |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/reinzor/timeline-exporter |
Adres URL Strony Pomocy | https://github.com/reinzor/timeline-exporter/issues |
Obsługiwane Języki | 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\/*" ] } |