0
votes

How can i add extension to browser from my application (Extjs).

For eg: clicking on a button should add extension to chrome browser. On click of it(extension) application should be launched.

Is there any way to achieve this?

Any help would be appreciated

1
Do you want to add extension or call an extension from your application. - Cyril Cherian
@Cyril Thanks for your reply. I want to add extension - user3913867

1 Answers

0
votes

You can do inline installation: https://developer.chrome.com/webstore/inline_installation

There are a few things you have to setup to do this, the documentation should walk you through them.