schema.org.ai

alfred

Productivity app for Mac with hotkeys and workflows.

Extends: Technology

Alfred

Productivity app for Mac with hotkeys and workflows.

Overview

Category: Productivity software

Productivity app for Mac with hotkeys and workflows.

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: 'Alfred',
  category: 'Productivity software',
  description: 'Productivity app for Mac with hotkeys and workflows.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Alfred",
  "applicationCategory": "Productivity software",
  "description": "Productivity app for Mac with hotkeys and workflows."
}