İçeriğe geç

Chat Module

Bu içerik henüz dilinizde mevcut değil.

Translate in Crowdin

The chat module allows the creation of chat dialogs in the right side panel of the Crowdin or Crowdin Enterprise UI. The panel can be opened or closed using a button with the app’s logo in the header next to the user’s profile picture.

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": "Module name",
"description": "Module description",
"url": "/chat-page"
}
]
}
}
key

Type: string

Required: yes

Description: Module identifier within the Crowdin app.

name

Type: string

Description: The human-readable name of the module. Defaults to the app name if not specified.

description

Type: string

Description: The human-readable description of what the module does.
The description will be visible in the Crowdin or Crowdin Enterprise UI.

url

Type: string

Required: yes

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.

Was this page helpful?