Karoo Route Grab
Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc
Wat is Karoo Route Grab?
Karoo Route Grab is een Chrome-extensie ontwikkeld door Hammerhead Navigation, Inc., en de belangrijkste functie is "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc".
Extensie Screenshots
Download het CRX-bestand van de extensie Karoo Route Grab
Download Karoo Route Grab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Karoo Route Grab |
ID | fmgakapefkckdimkoglpoooaamfpfhld |
Officiële URL | https://chromewebstore.google.com/detail/karoo-route-grab/fmgakapefkckdimkoglpoooaamfpfhld |
Beschrijving | Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc |
Bestandsgrootte | 138 KB |
Aantal Installaties | 3,749 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-12-22 |
Publicatiedatum | 2020-05-29 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Hammerhead Navigation, Inc. |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dashboard.hammerhead.io/ |
Help Pagina-URL | https://support.hammerhead.io/hc/en-us |
Ondersteunde Talen | 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\/" ] } |