问题标签 [office-store]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
office-store - Office 商店中的像素化徽标
我们的 Office 加载项在加载项列表中显示像素化图标。
我们在清单文件中使用以下声明:
根据HighResolutionIconUrl 元素 和IconUrl 元素 的文档,这些是唯一要设置的属性。
有没有办法确保应用程序图标正确显示?
ms-word - Office 插件 - 不支持 IE11
有没有办法通过manifest.xml
. 由于需要 IE Edge 的功能很少,因此该加载项因 IE11 中的问题而被拒绝。
outlook-addin - 商店中的 Outlook 加载项验证过程:代码更改是否会触发重新验证?
我已向 Office 应用商店提交了一个 Outlook 加载项,它正在验证过程中。
我观察到状态从发布准备回到验证。
我的问题是,Office Store 验证过程是否完全受到加载项的服务器端更改的影响,因为加载项的“肉”托管在自己的服务器上。以任何方式推送对加载项中显示的 HTML 的更新是否会使先前的验证无效?
office-js - 加载项清单中提到的源位置 URL 不存在
这是一个 Outlook 加载项。我们提交给商店进行验证,但由于我们不太了解的原因被拒绝。
加载项清单中提到的源位置 URL 不存在。请确保所有 URL 都是绝对的和最终的。
<SourceLocation DefaultValue="https://outlook-backend.pipelinedeals.com/readmail" />
该 url 返回 200 状态代码并成功加载带有“正在加载...”消息的页面。它永远不会从那里取得进展,因为如果没有 Office/Outlook 上下文,应用程序无法完成初始化。
我们不清楚如何进行,也不确定如何获得澄清和帮助。
office-js - 由于 Excel 2013,Excel 插件被拒绝
我开发了一个需要 Excel 2016(永久)或更高版本的 Excel 加载项。所以,我把这些需求标签放在我的清单中:
当在商店中浏览时,这足以阻止 Excel 2013 用户的插件吗?
office-store - 由于 Mac,Excel 插件被拒绝
我可以在 Excel for Windows / Online 中测试我的插件,但无法在 Mac 和 iPad 上测试它,因为我没有该设置,也没有购买它的计划。由于团队的 Mac 测试,我被拒绝了,我无法修复错误。
有没有办法从清单文件中限制 Mac,并且在 Mac 用户浏览商店时不让他们使用它们?
office-js - What are the new testing criteria for the Excel add-in for Office 365?
Seems like new host and platform requirements have changed according to doc published on Dec. 1, 2017 here https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-in-availability
We were told in a report from the MS Seller Dashboard to use add-in commands and make it compatible with Excel 2013, iOS Mac and the iPad.
However, according to the doc above by Microsoft, add-in commands are not listed for Excel 2013 and iOS.
The add-in availability Chart is gone https://dev.office.com/add-in-availablity
Therefore, what are the new testing criteria for the Excel add-in for Office 365?
office-store - 是否可以将应用程序提交排队到 Office 插件商店?
我们的团队希望安排发布我们的 Office 加载项,但看起来提交获得批准后,它会作为最新版本自动上传到商店。
是否可以在提交被批准后指明一个时间表,或者至少将提交放在队列中?
提前致谢
ms-word - Office 加载项在清单中明确提及平台支持
Office add-in
我正在研究的将仅支持该平台Office Online
。Host
可以在清单中添加加载项将在其中工作的配置。清单中是否有类似的设置/配置可明确提及加载项将仅支持Office Online
平台而不支持 Office for Windows 等。