Search code examples
google-chrome-appgoogle-chrome-osgoogle-chrome-arc

What JavaScript API to Use to Launch Apps in Chrome OS?


How can I check within my own app which other apps are installed on Chrome OS?

Can I start a third party app from my own app in JavaScript? Or even from my Android App running in ARC?

Thanks for any advice.


Solution

  • I think you should take a look at the answer found here. Looks to be part of what you are trying to do. Then you can probably leverage the chrome.management API to get the list of applications installed.