Karoo Route Grab

Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc

Hvad er Karoo Route Grab?

Karoo Route Grab er en Chrome-udvidelse udviklet af Hammerhead Navigation, Inc., og dens hovedfunktion er "Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc".

Udvidelsesskærmbilleder

screenshot

Download Karoo Route Grab-udvidelses-CRX-fil

Download Karoo Route Grab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Karoo Route Grab Karoo Route Grab
ID fmgakapefkckdimkoglpoooaamfpfhld
Officiel URL https://chromewebstore.google.com/detail/karoo-route-grab/fmgakapefkckdimkoglpoooaamfpfhld
Beskrivelse Karoo Route Grab - send routes to your Hammerhead Karoo from Strava, Ride with GPS, Komoot, etc
Filstørrelse 138 KB
Antal Installationer 3,749
Nuværende Version 1.2.0
Senest Opdateret 2020-12-22
Udgivelsesdato 2020-05-29
Bedømmelse 4.50/5 Samlet 2 Bedømmelser
Udvikler Hammerhead Navigation, Inc.
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dashboard.hammerhead.io/
Hjælpeside-URL https://support.hammerhead.io/hc/en-us
Understøttede Sprog 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\/"
    ]
}