在不向商店发布的情况下为客户提供加载项

在不向商店发布的情况下为客户提供加载项

本文介绍了在不向商店发布的情况下为客户提供加载项?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

就像标题所说的那样:是否有可能制作一个我自己开发的插件,而无需发布到商店?

Just the like the title says: Is it possible to make an add-in I've developed accessible to our customers without publishing to the store?

我正在向商店发布,但我们遇到了一些问题。如果我们的客户可以手动将其添加到他们的组织中,那么也许更好一点?这将使所有用户的Outlook
客户端都可用,对吗?

I'm in the process of publishing to the store but we are having some issues with that. So maybe it would be a better idea if our customers could just manually add it to their organization? That would make the add in available on all of their users Outlook clients, right?

任何有关此问题的帮助都将非常感激:)

Any help with this would be most appreciated :)

/ Max

推荐答案

请访问  合并并发布您的Office加载项

Please visit Deploy and publish your Office Add-in:

您可以使用一个部署Office加载项以测试或分发给用户的几种方法:

You can use one of several methods to deploy your Office Add-in for testing or distribution to users:


  • Sideloading - 用作开发过程的一部分,以测试在
    Windows,Office Online,iPad或Mac上运行的加载项。
  • - 用于在云或混合部署中向组织中的用户分发
    加载项。
  • - 用于向用户公开分发您的加载项。
  • SharePoint目录 - 用作开发过程的一部分来测试加载项,或者在本地
    环境中,将加载项分发给组织中的用户。

因此,您可以将清单分发到SharePoint目录中,然后用户可以在其组织中看到加载项。

So you could distribute the manifest into SharePoint Catalog, then the users would see the add-in in their organization.

有关详细信息,请访问
将任务窗格和内容加载项发布到SharePoint目录

For more information, please visit Publish task pane and content add-ins to a SharePoint catalog

问候。

Celeste


这篇关于在不向商店发布的情况下为客户提供加载项?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-19 20:47