PulseTrak
Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava
Qu'est-ce que PulseTrak ?
PulseTrak est une extension Chrome développée par https://getpulsetrak.com, et sa fonction principale est "Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PulseTrak
Téléchargez les fichiers d'extension PulseTrak 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
PulseTrak extension is creating a more streamlined process for exercising to your favorite YouTube workouts and integrating with Strava. - Load up your favorite workout. - Connect your Bluetooth Heart Rate Monitor or fitness watch (see compatible watches below). - No watch, no problem! - Get your sweat on! - Send to Strava Learn more about PulseTrak at https://getpulsetrak.com Features: - Strava workout integration - Bluetooth Heart Rate Monitor connectivity - Compatible Garmin fitness watch connectivity - fenix 6 series - Forerunner 245 & 245 Music - Forerunner 945 - MARQ Collection - tactix Delta - Time-based tracking for workouts with HRM - Video title and author uploaded to workout title in Strava - Strava workout type detection - Yoga vs Workout
Informations de Base sur l'Extension
Nom | PulseTrak |
ID | daailpnpfacdhjnnbapapnigdniaoekj |
URL Officiel | https://chromewebstore.google.com/detail/pulsetrak/daailpnpfacdhjnnbapapnigdniaoekj |
Description | Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava |
Taille du Fichier | 3.4 MB |
Nombre d'Installations | 44 |
Version Actuelle | 0.0.0.3 |
Dernière Mise à Jour | 2020-07-11 |
Date de Publication | 2020-07-11 |
Développeur | https://getpulsetrak.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://getpulsetrak.com |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PulseTrak", "description": "Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava", "icons": { "128": "images\/pulsetrak_logo.png" }, "version": "0.0.0.3", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "backgroundUtil.js", "stravaUtil.js" ], "persistent": false }, "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "32": "images\/pulsetrak_logo.png" } }, "content_scripts": [ { "matches": [ "http:\/\/localhost:5000\/*", "https:\/\/localhost:5000\/*", "https:\/\/getpulsetrak.github.io\/*", "https:\/\/*.getpulsetrak.com\/*" ], "js": [ "setup\/setupHandler.js" ], "run_at": "document_start" }, { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "workout\/workoutHtml.js", "workout\/workoutHandler.js", "workout\/workoutUtil.js", "workout\/bluetoothDriver.js" ], "run_at": "document_start" } ], "manifest_version": 2 } |