Timeline exporter
Google maps timeline exporter
Timeline exporter क्या है?
Timeline exporter reinzor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Google maps timeline exporter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Timeline exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |