Timeline exporter
Google maps timeline exporter
Timeline exporterคืออะไร?
Timeline exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย reinzor และคุณลักษณะหลักของมันคือ "Google maps timeline exporter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Timeline exporter
ดาวน์โหลดไฟล์ส่วนขยาย Timeline exporter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | afalbippddliaaomolohcbfogogbjpkk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/timeline-exporter/afalbippddliaaomolohcbfogogbjpkk |
คำอธิบาย | Google maps timeline exporter |
ขนาดไฟล์ | 504 KB |
จำนวนการติดตั้ง | 6,000 |
เวอร์ชันปัจจุบัน | 0.0.25 |
อัปเดตครั้งล่าสุด | 2022-10-05 |
วันที่เผยแพร่ | 2020-12-17 |
คะแนน | 4.46/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | reinzor |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/reinzor/timeline-exporter |
URL หน้าช่วยเหลือ | https://github.com/reinzor/timeline-exporter/issues |
ภาษาที่รองรับ | 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\/*" ] } |