How does Zoom launch their desktop app from Google Chrome?
问题 How does Zoom's website launch Zoom Meetings from Google Chrome? Can I do it using JavaScript? If so, how can I do it? Confirmation dialog box (Image) 回答1: It's not done with JavaScript, but with plain HTML. The way it works is, you create an <a> with an href attribute with a protocol other than the ones a browser usually recognizes - that is, other than http , https , etc. If the user has installed an application that recognizes the protocol, the browser will try to open that application.