Running App Activity exporter
Export activity files from various fitness sites
What is Running App Activity exporter?
Running App Activity exporter is a Chrome extension developed by EMurph, and its main feature is "Export activity files from various fitness sites".
Extension Screenshots
Download Running App Activity exporter Extension CRX File
Download Running App Activity exporter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Running App Activity exporter |
ID | jemebipipmiobojajamcjldcjlibhndg |
Official URL | https://chromewebstore.google.com/detail/running-app-activity-expo/jemebipipmiobojajamcjldcjlibhndg |
Description | Export activity files from various fitness sites |
File Size | 42.75 KB |
Installation Count | 49 |
Current Version | 26 |
Last Updated | 2017-08-14 |
Publish Date | 2017-08-14 |
Rating | 4.67/5 Total 3 Ratings |
Developer | EMurph |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |