G
G
goodtm2021-09-23 19:17:40
Browsers
goodtm, 2021-09-23 19:17:40

Launching a program from a browser?

Greetings. Different systems are used in which I work through a browser .. for example, logging or inventory, etc., etc. Is it possible somehow (in any way) to configure the ability to run the program installed on the PC (remote control, rdp, dameware, IA, etc.) from the browser context menu. For example, I select the computer name and through the context menu I launch a connection to it. In principle, the addition itself is not difficult to make, but how to make the program run from the browser is a question. It seems that something can be done through the registration of the URI protocol on the PC, but I can not figure it out yet.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
G
goodtm, 2021-11-01
@goodtm

Alternatively, I used the External Application Button. Chrome and Edge I need are supported. As long as it suits.

G
GavriKos, 2021-09-23
@GavriKos

It is through URLSheme that it is done.
https://stackoverflow.com/questions/80650/how-do-i...

H
Hemul GM, 2021-09-23
@HemulGM

You register a new protocol in the system. You bind to it a program that you yourself must write. It will run with your "link". Next, you parse the argument (link) and run what you need. No more.

V
ValdikSS, 2021-09-24
@ValdikSS

Yes, Chromium and Firefox based browser extensions support Native Messaging technology , which will allow you to launch a specific native program, and from it you can launch anything.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question