편집

다음을 통해 공유


Build tabs for Teams

Tabs are client-aware webpages embedded in Microsoft Teams, Outlook, and Microsoft 365. They're simple HTML <iframe/> tags that point to domains declared in the app manifest and can be added as part of a channel inside a team, group chat, or personal app for an individual user. You can include custom tabs with your app to embed your own web content in Teams or add Teams-specific functionality to your web content. For more information, see Teams JavaScript client library.

Important

Custom tabs are available in Government Community Cloud (GCC), GCC-High, and Department of Defense (DOD).

There are two types of tabs, static and configurable tabs. These tabs can be utilized in three distinct scopes: personal, groupchat, and teams. Personal (static) tabs, along with personal-scoped bots, are part of the personal apps that are scoped to a single user and pinned to the left navigation bar for easy access. Personal (static) tabs in personal scope continue to work the same way. However, you can now extend static tabs to group chats, channels, or meetings with a customizable experience.

Tabs in chats, channels, or meetings behave more like apps, as you can pin only one tab per app. For example, you can only pin a single YouTube app tab in a meeting. Static tabs in meetings can also be prepinned in meetings by IT Admins.

The following images show tabs added to different contexts in Teams:

Teams desktop

 Screenshot shows the tab added to a personal scope.

Teams mobile

Example shows a mobile tab being added in a personal context.