Garmin activity downloader

Tool to bulk download training data from Garmin Connect

Qu'est-ce que Garmin activity downloader ?

Garmin activity downloader est une extension Chrome développée par Unknown, et sa fonction principale est "Tool to bulk download training data from Garmin Connect".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Garmin activity downloader

Téléchargez les fichiers d'extension Garmin activity downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Garmin activity downloader Garmin activity downloader
ID himhggflahpnjikoddlngaopcigalcjh
URL Officiel https://chromewebstore.google.com/detail/garmin-activity-downloade/himhggflahpnjikoddlngaopcigalcjh
Description Tool to bulk download training data from Garmin Connect
Taille du Fichier 38.5 KB
Nombre d'Installations 7,314
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-08-07
Date de Publication 2016-08-07
Évaluation 1.18/5 Total 33 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}