Running App Activity exporter

Export activity files from various fitness sites

Running App Activity exporter क्या है?

Running App Activity exporter EMurph द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export activity files from various fitness sites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Running App Activity exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Running App Activity exporter Running App Activity exporter
ID jemebipipmiobojajamcjldcjlibhndg
आधिकारिक URL https://chromewebstore.google.com/detail/running-app-activity-expo/jemebipipmiobojajamcjldcjlibhndg
विवरण Export activity files from various fitness sites
फ़ाइल का आकार 42.75 KB
स्थापना संख्या 49
वर्तमान संस्करण 26
अंतिम अपडेट 2017-08-14
प्रकाशन तिथि 2017-08-14
रेटिंग 4.67/5 कुल 3 रेटिंग्स
डेवलपर EMurph
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
}