跳转至

Outlook Add-in 下载

本页提供 outlook-addin 的生产下载入口。当前交付面分成三类:

  • Web add-in 宿主页面
  • Windows 安装助手 .exe
  • 对应版本的 manifest.xml

生产下载入口

1. 打开 Web Add-in 宿主

  • 生产地址:https://outlook.aibot.zata.cafe
  • Manifest 地址:https://outlook.aibot.zata.cafe/manifest.xml

2. 下载 Windows 安装助手

Windows 安装助手的行为:

  • 下载当前生产版本的 manifest.xml
  • 将文件保存到本机 Downloads/
  • 自动打开本页,方便继续查看使用说明

说明:

  • 这个 .exe 是安装辅助工具,不是 Microsoft 365 组织分发包。
  • 当前阶段不处理组织级自动分发;如果需要租户内统一安装,后续再单独规划。

3. 直接下载 Manifest

使用建议

本地或测试人员

  1. 先下载 .exe 或直接下载 manifest.xml
  2. Outlook Add-in 单证识别 中的 sideload 方式加载 add-in
  3. 确认 add-in 页面能正常访问 https://outlook.aibot.zata.cafe

维护者

  • 每次正式 tag 发布都会重新生成:
  • outlook-addin-installer-production.exe
  • outlook-addin-installer-production.sha256
  • outlook-addin-manifest-production.xml
  • 文档页使用 GitHub Release 的 latest/download 稳定链接,因此网页入口无需每次手工改版本号。

回滚

如果最新版本有问题:

  1. 在 GitHub Release 中找到上一个稳定 tag
  2. 下载对应 tag 下的 .exemanifest.xml
  3. 通过现有 CD rollback 流程将 outlook-addin 镜像回退到对应 immutable tag
  4. 验证:
  5. https://outlook.aibot.zata.cafe
  6. https://outlook.aibot.zata.cafe/manifest.xml

已知限制

  • 当前 .exe 负责下载 manifest 和打开说明页,不负责 Microsoft 365 租户级安装审批。
  • 如果 GitHub Release 尚未生成生产资产,网页下载链接会返回 404
  • staging 版本当前作为工作流产物存在,不在公开下载页长期暴露。