Karoo Route Grab
Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc
What is Karoo Route Grab?
Karoo Route Grab is a Chrome extension developed by Hammerhead Navigation, Inc., and its main feature is "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc".
Extension Screenshots
Download Karoo Route Grab Extension CRX File
Download Karoo Route Grab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Karoo Route Grab |
ID | fmgakapefkckdimkoglpoooaamfpfhld |
Official URL | https://chromewebstore.google.com/detail/karoo-route-grab/fmgakapefkckdimkoglpoooaamfpfhld |
Description | Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc |
File Size | 138 KB |
Installation Count | 3,749 |
Current Version | 1.2.0 |
Last Updated | 2020-12-22 |
Publish Date | 2020-05-29 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Hammerhead Navigation, Inc. |
[email protected] | |
Payment Type | free |
Extension Website | https://dashboard.hammerhead.io/ |
Help Page URL | https://support.hammerhead.io/hc/en-us |
Supported Languages | 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\/" ] } |