Running App Activity exporter
Export activity files from various fitness sites
Was ist Running App Activity exporter?
Running App Activity exporter ist eine Chrome-Erweiterung, die von EMurph entwickelt wurde, und ihr Hauptmerkmal ist "Export activity files from various fitness sites".
Erweiterungsscreenshots
Running App Activity exporter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Running App Activity exporter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Export all of your activities from mapmrun so that you can import them into runkeeper or strava. Once installed a new button will appear on mapmyrun.com saying "Export All" This extension is BETA so make sure to check that all the necessary files get downloaded after completion.
Grundlegende Informationen zur Erweiterung
Name | Running App Activity exporter |
ID | jemebipipmiobojajamcjldcjlibhndg |
Offizielle URL | https://chromewebstore.google.com/detail/running-app-activity-expo/jemebipipmiobojajamcjldcjlibhndg |
Beschreibung | Export activity files from various fitness sites |
Dateigröße | 42.75 KB |
Installationsanzahl | 49 |
Aktuelle Version | 26 |
Letztes Update | 2017-08-14 |
Veröffentlichungsdatum | 2017-08-14 |
Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
Entwickler | EMurph |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Running App Activity exporter", "description": "Export activity files from various fitness sites", "version": "26", "permissions": [ "activeTab" ], "icons": { "19": "icon_16.png", "38": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.mapmyrun.com\/*", "https:\/\/*.mapmyrun.com\/*", "https:\/\/*.runkeeper.com\/*", "https:\/\/*.strava.com\/*" ], "js": [ "jquery.js", "myscript.js" ] } ], "browser_action": { "default_title": "Export my TCX files", "default_icon": "icon_128.png" }, "manifest_version": 2 } |