Leon
Leon

Reputation: 2886

How to call run/invoke a local application inside google chrome

In out local intranet, we have a website that will be only used inside our intranet.

Before we use it in internet explorer, there are lots of page using JavaScript + ActiveX to open local applications, like Microsoft excel etc.

Now we want to shift to using Google Chrome, but we don't know to call these applications inside Chrome. Is it possible to do in Google Chrome? Or is there any extensions of Chrome can do it?

Upvotes: 3

Views: 2995

Answers (3)

Manish
Manish

Reputation: 2105

You could check out Native Client SDK for Google Chrome.

Upvotes: 0

Hosane
Hosane

Reputation: 915

I have seen the new desktop notification from google, that does work really outside the browser, so you can have look on its concepts and try to mimic its techniques!

Upvotes: 1

rsp
rsp

Reputation: 111258

You can do it with NPAPI Plugins: "You can bundle an NPAPI plugin with your extension, allowing you to call into native binary code from JavaScript."

Upvotes: 3

Related Questions