Garmin activity downloader
Tool to bulk download training data from Garmin Connect
Wat is Garmin activity downloader?
Garmin activity downloader is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Tool to bulk download training data from Garmin Connect".
Extensie Screenshots
Download het CRX-bestand van de extensie Garmin activity downloader
Download Garmin activity downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Tool to bulk download training data from Garmin Connect. It adds the selected activities to a zip file and downloads it. It supports TCX and GPX format. NOTE: You need to be logged in at connect.garmin.com for this plugin to work. DISCLAIMER: I do not represent Garmin, nor am I working on their behalf. I developed this tool for my own needs. Although I doubt that this tool could cause any harm I should say that you are using it on your own risk. I am not taking any responsibility for any kind of damage it may cause.
Basisinformatie over de Extensie
Naam | Garmin activity downloader |
ID | himhggflahpnjikoddlngaopcigalcjh |
Officiële URL | https://chromewebstore.google.com/detail/garmin-activity-downloade/himhggflahpnjikoddlngaopcigalcjh |
Beschrijving | Tool to bulk download training data from Garmin Connect |
Bestandsgrootte | 38.5 KB |
Aantal Installaties | 7,314 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-08-07 |
Publicatiedatum | 2016-08-07 |
Beoordeling | 1.18/5 Totaal 33 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Garmin activity downloader", "description": "Tool to bulk download training data from Garmin Connect", "version": "1.0.1", "browser_action": { "default_title": "Download TCX", "default_icon": "icon.png", "default_popup": "main.html" }, "content_scripts": [ { "matches": [ "*:\/\/connect.garmin.com\/minactivities" ], "js": [ "content.min.js" ], "all_frames": true } ], "short_name": "Garmin activity downloader", "permissions": [ "activeTab", "*:\/\/connect.garmin.com\/*", "https:\/\/ajax.googleapis.com\/" ] } |