firefox addon - How do skype extensions for browsers actually work? -
We plan to develop a web application that has to be communicated with our locally run application. One of the potential options is using a browser extension. I was watching the Skype add-on to communicate with the Skype client. In Firefox, Skype add-on incorporates a piece of HTML when facing a phone number.
& lt; Span skypection = "..." & gt;
Calls using the Skype API which is processed by a Skype extension? Do extensions for other browsers use the Skype API or other communication system?
I did some research and here is what I found. When the user clicks on the injected Skype link, the extension creates a new Skype process and this parameter specifies that the action and the number are specified. Custom protocol handlers are not used.
Comments
Post a Comment