Jan
Jan

Reputation: 633

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.

Upvotes: 0

Views: 379

Answers (1)

workabyte
workabyte

Reputation: 3765

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.

Upvotes: 1

Related Questions