# 通过市场安装插件

> Source: https://strapi.nodejs.cn/cms/plugins/installing-plugins-via-marketplace

🌐 Using the Marketplace

应用内市场列出了带有徽章、搜索功能以及指向详细 Strapi 市场页面的“更多”链接的插件和提供商。本文件说明了如何浏览卡片并按照特定提供商的说明安装新的集成。

Strapi 自带了内置插件，例如 [Documentation](/cms/plugins/documentation)、[GraphQL](/cms/plugins/graphql) 和 [Sentry](/cms/plugins/sentry)。Marketplace 是用户可以找到额外插件以定制 Strapi 应用以及扩展插件的额外提供者的地方。Marketplace 位于管理面板中，用   _Marketplace_ 表示。在 Marketplace 中，用户可以浏览或搜索插件和提供者，链接到每个插件和提供者的详细描述，并提交新的插件和提供者。

:::note strapi In-app Marketplace vs. Market website

管理员面板中的市场显示所有现有插件，无论它们适用于哪个版本的 Strapi。所有插件也可以通过 [Strapi Market](https://market.strapi.io) 网站进行发现。

但请记住，v4 和 v5 插件不相互兼容，但提供商与 v4 和 v5 插件都兼容。

🌐 Keep in mind however that v4 and v5 plugins are not cross-compatible, but that providers are compatible both with v4 and v5 plugins.

:::

插件和提供程序选项卡在各个卡上显示每个插件/提供程序，其中包含：

🌐 The Plugins and Providers tabs display each plugin/provider on individual cards containing:

- 他们的名字，有时后面会跟以下任一徽章：
  - <img alt="maintained by Strapi icon" src="/img/strapi-logo.png" width="14px" style={{position: "relative", bottom:"2px", marginRight:"2px"}} /> 表示它是由 Strapi 制作的，
  -  表示它已被 Strapi 验证。
- 该插件/提供者在 GitHub 上被加星和下载的次数
- 描述
- 一个 **更多**  按钮，可重定向到市场网站以获取更多信息，包括插件对应的 Strapi 版本以及实现说明

在市场的右上角，**提交插件**按钮会重定向到 Strapi 市场，在那里可以提交你自己的插件和提供者。

🌐 In the top right corner of the Marketplace, the **Submit plugin** button redirects to the Strapi Market where it is possible to submit your own plugin and provider.

:::tip Tips

- 搜索栏根据插件/提供者名称和描述显示增量搜索结果。
- 使用“排序方式”按钮或设置筛选条件以更轻松地找到插件。

:::

## 安装Marketplace插件和提供程序 {#installing-marketplace-plugins-and-providers}

🌐 Installing Marketplace plugins and providers

要通过 Marketplace 安装新插件或提供程序：

🌐 To install a new plugin or provider via the Marketplace:

1. 前往  *市场*。
2. 选择 **插件** 选项卡以浏览可用插件，或选择 **提供商** 选项卡以浏览可用提供商。
3. 选择一个可用的插件/提供商，然后点击**更多**  按钮。
4. 重定向到 Strapi 市场网站后，请按照插件/提供商特定的实现说明进行操作。

:::strapi Developing Strapi plugins

找不到适合你使用场景的插件？随时可以[创建你自己的](/cms/plugins-development/developing-plugins)！

🌐 Can't find a plugin that suits your use case? Feel free to [create your own](/cms/plugins-development/developing-plugins)!

:::
