|
7 | 7 | order: 0 |
8 | 8 | --- |
9 | 9 |
|
10 | | -import { LinkCard, CardGrid } from '@astrojs/starlight/components'; |
| 10 | +import { Steps, LinkCard, CardGrid, Aside } from '@astrojs/starlight/components'; |
11 | 11 | import { Icon } from 'astro-icon/components'; |
12 | 12 |
|
13 | 13 | Seamlessly integrate localization into any phase of your development cycle. Crowdin Enterprise offers a wide range of integrations with the tools you already use. Automate your localization workflow and save time on manual tasks. |
@@ -76,6 +76,54 @@ Once you star an app, it gets pinned to the top of the relevant sections, such a |
76 | 76 |
|
77 | 77 | Starring works on an individual account basis, meaning each project member will see their own starred apps in the **Integrations**, **Tools**, and project **Dashboard** sections, independent of other members' selections. |
78 | 78 |
|
| 79 | +## Co-managing Crowdin Apps |
| 80 | + |
| 81 | +Multiple managers and developers can collaboratively manage the same Crowdin App within a project, simplifying teamwork and ensuring shared control over integrations. When an app is first configured in a project, the initial manager who logs in becomes its primary manager, with exclusive rights to log out from the app. All invited managers and developers share common app settings—meaning changes made by one manager are immediately visible to others. |
| 82 | + |
| 83 | +This approach facilitates efficient team collaboration, avoids duplication of efforts, and ensures consistent configuration across your localization workflow. |
| 84 | + |
| 85 | +### Inviting Another User to Manage an App |
| 86 | + |
| 87 | +To invite additional managers or developers to co-manage an app, follow these steps: |
| 88 | + |
| 89 | +<Steps> |
| 90 | + 1. Open the app in your Crowdin project. |
| 91 | + 2. Click **Share** within the app interface. |
| 92 | + 3. Select existing project or organization members from the user list or enter the invitee's email to invite them as a new project manager. You can invite users with the following roles: |
| 93 | + * Owner |
| 94 | + * Admins |
| 95 | + * Managers |
| 96 | + * Developers |
| 97 | + 4. Click **Save** to send the invitation. |
| 98 | +</Steps> |
| 99 | + |
| 100 | +Once invited, users will gain full access to manage and configure the app (except logging out). |
| 101 | + |
| 102 | +### Requesting Access to Manage an App |
| 103 | + |
| 104 | +If you open an app that has already been configured by another manager, you’ll see a message indicating that you don’t have access. The message also displays the name of the manager currently managing the app. |
| 105 | + |
| 106 | +To request access, follow these steps: |
| 107 | + |
| 108 | +<Steps> |
| 109 | + 1. Click the primary manager’s name in the message. |
| 110 | + 2. You’ll be redirected to a private conversation with the manager in Crowdin. |
| 111 | + 3. Send a message requesting access to co-manage the app. |
| 112 | + 4. The primary manager can open the app, click **Share**, and invite you from the user list. |
| 113 | +</Steps> |
| 114 | + |
| 115 | +As soon as you are invited, you’ll immediately gain access to manage and configure the app (except logging out). |
| 116 | + |
| 117 | +### Permissions and App Management Roles |
| 118 | + |
| 119 | +All managers co-managing an app have identical permissions within it, except only the primary manager—the first to configure the app—can log out from the app. |
| 120 | + |
| 121 | +Managers can also invite Developers, who will gain similar permissions but cannot further invite other users to manage the app. Admin and Owner roles can also be invited with full permissions. |
| 122 | + |
| 123 | +<Aside type="tip"> |
| 124 | + Communication and clearly defining responsibilities among app managers can help maintain configuration consistency and avoid unintended setting changes. |
| 125 | +</Aside> |
| 126 | + |
79 | 127 | ## See Also |
80 | 128 |
|
81 | 129 | <CardGrid> |
|
0 commit comments