groove
Simple help desk software.
Extends: Technology
Groove
Simple help desk software.
Overview
Category: Support software
Simple help desk software.
Related Skills
No related skills listed.
Occupations Using This Technology
No occupations listed.
Usage in Platform
import { $ } from 'sdk.do'
const tech = await $.Technology.create({
name: 'Groove',
category: 'Support software',
description: 'Simple help desk software.',
hotTechnology: false,
})
JSON-LD Example
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Groove",
"applicationCategory": "Support software",
"description": "Simple help desk software."
}