0

I have created a customized add-in to MS word and I deployed that through Centralized Deployment via the Office 365 admin center.

I want this add-in to be loaded automatically when users enter Word online.

But currently I am not able to load it automatically.

Is there a way to automatically load my add-in in Word Online without the intervention of the user?

abunickabhi
  • 558
  • 2
  • 9
  • 31

1 Answers1

0

According to my understanding, you want to keep Office add-in task pane open when the document load in word online.

So please follow the steps in the following link to automatically open a task pane:

Automatically open a task pane with a document

For more information, please have a look:

Keep Office add-in task pane open at document load

Yuki
  • 212
  • 1
  • 4
  • It is not about the task pane. Add-in itself is not loading when users open the document, and they have to insert the add-ins manually. I want add-ins automatically visible to the users. – Shashank Hegde Sep 20 '18 at 09:05