How to call run / invoke local application inside google chrome

On the local intranet, we have a website that will only be used on our intranet.

Before using it in Internet Explorer, there are many pages that use JavaScript + ActiveX to open local applications such as Microsoft excel, etc.

Now we want to switch to using Google Chrome, but we don’t know how to call these applications inside Chrome. Is it possible to do this in Google Chrome? Or are there any Chrome extensions for this?

+3
source share
3 answers

NPAPI: " NPAPI , JavaScript".

+3

google, , !

+1

You can check out your own client Chrome SDK .

0
source

All Articles