Timeline exporter
Google maps timeline exporter
Apa itu Timeline exporter?
Timeline exporter adalah ekstensi Chrome yang dikembangkan oleh reinzor, dan fitur utamanya adalah "Google maps timeline exporter".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Timeline exporter
Unduh file ekstensi Timeline exporter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | afalbippddliaaomolohcbfogogbjpkk |
URL Resmi | https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk |
Deskripsi | Google maps timeline exporter |
Ukuran File | 504 KB |
Jumlah Instalasi | 6,000 |
Versi Saat Ini | 0.0.25 |
Terakhir Diperbarui | 2022-10-05 |
Tanggal Publikasi | 2020-12-17 |
Penilaian | 4.46/5 Total 35 Penilaian |
Pengembang | reinzor |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/reinzor/timeline-exporter |
URL Halaman Bantuan | https://github.com/reinzor/timeline-exporter/issues |
Bahasa yang Didukung | 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\/*" ] } |