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
使用建议
本地或测试人员
- 先下载
.exe或直接下载manifest.xml - 按 Outlook Add-in 单证识别 中的 sideload 方式加载 add-in
- 确认 add-in 页面能正常访问
https://outlook.aibot.zata.cafe
维护者
- 每次正式 tag 发布都会重新生成:
outlook-addin-installer-production.exeoutlook-addin-installer-production.sha256outlook-addin-manifest-production.xml- 文档页使用 GitHub Release 的
latest/download稳定链接,因此网页入口无需每次手工改版本号。
回滚
如果最新版本有问题:
- 在 GitHub Release 中找到上一个稳定 tag
- 下载对应 tag 下的
.exe或manifest.xml - 通过现有 CD rollback 流程将
outlook-addin镜像回退到对应 immutable tag - 验证:
https://outlook.aibot.zata.cafehttps://outlook.aibot.zata.cafe/manifest.xml
已知限制
- 当前
.exe负责下载 manifest 和打开说明页,不负责 Microsoft 365 租户级安装审批。 - 如果 GitHub Release 尚未生成生产资产,网页下载链接会返回
404。 - staging 版本当前作为工作流产物存在,不在公开下载页长期暴露。