Karoo Route Grab
Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc
Karoo Route Grab란 무엇입니까?
Karoo Route Grab은(는) Hammerhead Navigation, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc"입니다.
확장 프로그램 스크린샷
Karoo Route Grab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
To import routes from a variety of sources, view a route in that source and then click the Route Grab icon to import that route to your Hammerhead Karoo dashboard account.
확장 프로그램 기본 정보
이름 | Karoo Route Grab |
ID | fmgakapefkckdimkoglpoooaamfpfhld |
공식 URL | https://chromewebstore.google.com/detail/karoo-route-grab/fmgakapefkckdimkoglpoooaamfpfhld |
설명 | Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc |
파일 크기 | 138 KB |
설치 횟수 | 3,749 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2020-12-22 |
출시 날짜 | 2020-05-29 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Hammerhead Navigation, Inc. |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://dashboard.hammerhead.io/ |
도움말 페이지 URL | https://support.hammerhead.io/hc/en-us |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Karoo Route Grab", "short_name": "Karoo Route Grab", "description": "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc", "version": "1.2.0", "browser_action": { "default_icon": "icons\/hammerhead-icon-16.png", "default_popup": "popup\/route-grab.html", "default_title": "Click to send this route to your Karoo Dashboard" }, "icons": { "16": "icons\/hammerhead-icon-16.png", "48": "icons\/hammerhead-icon-48.png", "128": "icons\/hammerhead-icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/ridewithgps.com\/ambassador_routes\/*" ], "js": [ "scripts\/rwgps-ambassador-routes.js" ] } ], "permissions": [ "activeTab", "https:\/\/*.hammerhead.io\/", "https:\/\/ridewithgps.com\/ambassador_routes\/" ] } |