dynamicWatch Route Save to Garmin

dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more.

dynamicWatch Route Save to Garmin란 무엇입니까?

dynamicWatch Route Save to Garmin은(는) https://dynamic.watch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more."입니다.

확장 프로그램 스크린샷

screenshot

dynamicWatch Route Save to Garmin 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        dynamicWatch Route Save lets you send a route to your Garmin watch, Edge or GPS from popular route planning sites like Strava, Ride with GPS, Garmin Connect, MapMyRun/MapMyRide, Bikemap, OutdoorActive, GPSies, MTB Project, Komoot, Ordnance Survey, Trailforks and Openrunner.

When you see a route on Strava for example that you'd like to follow, click on the dynamicWatch toolbar button. This will add it to your routes in the dynamicWatch system. You can also set it as your current route in the popup that is shown.

Then just start dwMap on your Garmin watch or routeCourse on your Garmin Edge GPS and the route will be immediately downloaded to the device.

Note that some of the import source websites may require that you are logged into your account on the website, and that your account includes a paid option on the website, in order for your routes to be available for exporting.

With the dynamicWatch Chrome Extension you don't even need to visit our website to send exciting new routes to your Garmin device. It's that simple!                    

확장 프로그램 기본 정보

이름 dynamicWatch Route Save to Garmin dynamicWatch Route Save to Garmin
ID omhholhalnoeblpkgpbgnjnlbogmhlff
공식 URL https://chromewebstore.google.com/detail/dynamicwatch-route-save-t/omhholhalnoeblpkgpbgnjnlbogmhlff
설명 dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more.
파일 크기 26.08 KB
설치 횟수 9,275
현재 버전 1.2.1
최근 업데이트 2022-03-09
출시 날짜 2019-04-07
평점 4.94/5 총 16 개의 평점
개발자 https://dynamic.watch
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://dynamicwatch.zendesk.com/hc/en-us/articles/360007149332-Chrome-Toolbar-Save-Route-Button
개인정보 보호 정책 페이지 URL https://dynamic.watch/help/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "dynamicWatch Route Save to Garmin",
    "short_name": "dynamicWatch Save",
    "description": "dynamicWatch Route Save: send routes to your Garmin watch or Edge GPS from Strava, Ride with GPS, Garmin Connect, MapMyRun and more.",
    "version": "1.2.1",
    "browser_action": {
        "default_icon": "dw-icon-19x19.png",
        "default_popup": "popup.html",
        "default_title": "Click to save this route to dynamicWatch"
    },
    "permissions": [
        "activeTab",
        "https:\/\/dynamic.watch\/"
    ]
}