Zum Inhalt springen

Chat-Modul

Das Chat-Modul ermöglicht die Erstellung von Chat-Dialogen im rechten Seitenbereich der Crowdin- oder Crowdin-Enterprise-Oberfläche. Das Panel kann über eine Schaltfläche mit dem Logo der App in der Kopfzeile neben dem Profilbild des Benutzers geöffnet oder geschlossen werden.

You can grant access to this module to one of the following user categories:

For Crowdin:

  • Only me (i.e., project owner)
  • All project members
  • Selected users

For Crowdin Enterprise:

  • Only organization admins
  • All users in the organization projects
  • Selected users
manifest.json
{
"modules": {
"chat": [
{
"key": "your-module-key",
"name": "Modulname",
"description": "Modulbeschreibung",
"url": "/chat-page"
}
]
}
}
key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Typ: string

Beschreibung: Der für Menschen lesbare Name des Moduls. Wird kein Wert angegeben, wird standardmäßig der Name der App verwendet.

description

Type: string

Description: The human-readable description of what the module does.
Die Beschreibung wird in der Crowdin- oder Crowdin-Enterprise-Oberfläche angezeigt.

url

Type: string

Required: yes (self-hosted apps only)

Description: The relative URL to the content page of the module that will be integrated into the Crowdin or Crowdin Enterprise UI.

environments

Type: string

Allowed values: crowdin, crowdin-enterprise

Description: Set of environments where a module could be installed.
This parameter is needed for cross-product applications.

War diese Seite hilfreich?