PulseTrak
Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava
PulseTrakとは何ですか?
PulseTrakはhttps://getpulsetrak.comによって開発されたChromeの拡張機能で、その主な機能は「Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava」です。
拡張機能のスクリーンショット
PulseTrak拡張機能のCRXファイルをダウンロード
PulseTrak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | PulseTrak |
ID | daailpnpfacdhjnnbapapnigdniaoekj |
公式URL | https://chromewebstore.google.com/detail/pulsetrak/daailpnpfacdhjnnbapapnigdniaoekj |
説明 | Connect BlueTooth HRM, Record workouts on YouTube, Sync with Strava |
ファイルサイズ | 3.4 MB |
インストール数 | 44 |
現在のバージョン | 0.0.0.3 |
最終更新日 | 2020-07-11 |
公開日 | 2020-07-11 |
開発者 | https://getpulsetrak.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://getpulsetrak.com |
対応言語 | 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 } |