Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Chrome extension for Click Once?

Tags:

I have a client that wants to use Google Chrome for an internal web app we've developed(I don't blame him, I really enjoy using chrome!)

The problem is we have a win forms app that the users can launch from the browser, deployed using click once. I've known for a while that chrome doesn't support click once, but I figured by now there might be some support out there.

I have spent a few minutes searching around stack overflow and Google and didn't find anything obvious that suggests if anyone is planning on it or has developed a click once extension for chrome(similar to FFClickOnce).

So, has anyone got click once working under chrome or has anyone seen any news of a plug-in/extension that will support click once?

like image 723
Dan Avatar asked Feb 02 '09 07:02

Dan


People also ask

How do I enable ClickOnce in Chrome?

Navigate to Open Chrome Web Store. Search for ClickOnce. Choose the Windows Remix ClickOnce Helper by choosing Add to Chrome.

Does ClickOnce work in Chrome?

ClickOnce for Google Chrome. Adds basic support for launching ClickOnce applications (by Menarva Ltd).

What is xactware ClickOnce?

Xactware ClickOnce. Enable ClickOnce support in the Browser for Xactimate/XactContents online Estimate Writer. Allows users of Xactimate and XactContents online the ability to open and view or edit estimates.


1 Answers

Google Chrome doesn't really support extensions adding the .NET version to the user agent but for plain launching .applications give this a try:

https://chrome.google.com/extensions/detail/eeifaoomkminpbeebjdmdojbhmagnncl (No more available)

https://chrome.google.com/webstore/detail/clickonce-helper/mdooolbdbmjaobhdondofgdmnbidlgfh

like image 167
Eric Avatar answered Oct 31 '22 16:10

Eric