Citrix Receiver Chrome Store



  1. For StoreFront deployments, modify web.config under the Receiver for Web (RfWeb) site (typically C: inetpub wwwroot Citrix StoreWeb) to activate the Citrix Receiver Launcher / Citrix Workspace App Launcher for Safari 12 and later.
  2. Open the Chrome Web Store and search for Citrix Workspace to download and install the app to your Chromebook. NOTE: Use the Citrix Workspace App to access AppsToGo, NOT your web browser. MacOS or iOS Devices Open Self Service, click on and install Citrix Workspace.
  3. Access Netscaler Access Gateway URL in Chrome and login with user credential, You should get below “Detect Receiver” page. Click “Detect Receiver” button and wait, you should see Chrome “External Protocol Request” dialog window pop up.

Hp scanjet 5300c specifications. Microsoft has recently released the new Microsoft Edge browser which is built on top of Chromium. This is a very strong proposition for the enterprise market. With all the benefits of the open source Chromium engine and the good bits of Microsoft enterprise security and manageability. However because this browser is quite fresh, it does present a few challenges when it comes to integrating it with existing products such as Citrix Storefront and Citrix Workspace. I am currently in the process of deploying new laptops, one of the key features we will use is our existing Citrix XenDesktop environment.

As of currently I find these settings to be providing the best end user experience, as it provides the users with the following experience: Big gui.

Citrix Receiver pour l'application Chrome.

  • No hassle of installing or updating the Citrix Workspace app, I have configured this through the Microsoft Store.
  • no struggles with receiver detection;
  • no need to manually allow downloading of .ICA files;
  • no user interruptions from login to desktop.
Citrix Receiver Chrome Store

This might be contrary to modern management with which you give your end users more and more freedom of choice. But I do feel that some things just need to be taken care of for your end users.

Citrix Receiver - Chrome Online Apps Store

Citrix Workspace deployment

Before we go on with the next steps we need to make sure that we have the Citrix Workspace application installed on our device. We use Microsoft Endpoint Manager (MEM) to manage our laptops. With Endpoint Manager you can easily deploy apps that are available in the Microsoft Store.

I used the same method to deploy the Citrix Workspace app. I did this using the following steps:

  1. Go to Apps > Windows click on the Add button and choose Microsoft store app as the application type and click on Select.
  2. Enter the application details, such as the Name, Description, Publisher.:
  3. The application URL can be determined by visiting the Microsoft store, and searching for the Citrix Workspace application.
  4. If all went well you can click on Next.
  5. In the next window you can select your preferred assignments. Assign the application to a group, or whatever your prefer and click on Next.
  6. You can now click on Create to create your application deployment.

After a while you should end up with a Citrix Workspace application installed on your machine. There are off course numerous other ways to get the Citrix Workspace application installed on a managed device. But this method provided is a modern and commonly used method.

Citrix Receiver/ Workspace detection

Citrix Receiver or Workspace detection is quite troublesome when it comes the new Microsoft Edge browser. As of now I could not find any information on how to make this detection work. From the past I can remember that is quite troublesome anyway. Because we already provided our end users with a Citrix Workspace app using the previously described Citrix Workspace deployment through the Windows Store. We can skip the receiver detection all together. Citrix has this process documented and it requires modification of the StoreFront web.config file.

For your convenience I have included the required steps below:

Citrix storefront detect receiver chrome
  1. Find the web.config file on your StoreFront server. This is typically located in the C:inetpubwwwrootCitrix<storename>Web directory. Replace <storename> with the name of your StoreFront store.
  2. With the file open, search for the phrase protocolHandler.
  3. Look for the entry with protocolHandler inside, in my case it was formatted as follows:
  4. Now go ahead make the change, and change <protocolHandler enabled=”true” to <protocolHandler enabled= “false”
  5. Save the web.config file and restart iis using iisreset (from an elevated command prompt.
  6. Note: if you have multiple StoreFront servers make sure that you apply the configuration change on each of your StoreFront servers.

Now if you revisit the StoreFront webpage, you should automatically be taken to the desktop list. Pokemon x free rom. Now you can open the preferred desktop without getting bothered by the Citrix Receiver detection.

Desktop not opened automatically

So there we go, Citrix Workspace/ Receiver detection is working. But wait, lets open a desktop. Dang, another user interruption:

The .ICA desktop file is not automatically opened due to the security features of the Microsoft Edge browser. This prevents automatic opening of downloaded files, which is essentially what is happening when you click on a desktop to launch. Fair enough, you need this kind of security nowadays. Luckily we can overcome this by setting specific Edge policies.

We need to set two edge policies in order to allow downloads of ICA files. If you have not done so already, you can create a device configuration profile in Microsoft Endpoint Manager in order to manage Microsoft Edge. You can also use traditional GPO’s, the policy names should be the same. I will guide you through the Endpoint Manager method in this article.

  1. In Microsoft Endpoint Manager, go to Devices and click on Configuration profiles
  2. Click on Create profile and choose Windows 10 and later as a platform and Administrative Templates as a profile. Click on Create
  3. Give the profile a sensible name, and click on Next.
  4. The first policy that we need to configure is: List of file types that should be automatically opened on download so search for that in the configuration settings. The setting type can be either device or user as a setting type. Configure ica as a file type:

5. Next up we want to make sure that our configuration is still secure. You don’t want to be wildly allowing ICA files to be opened from anywhere. So we need to set the additional setting URLs where AutoOpenFileTypes can apply. Set this to your StoreFront location:

6. Now we can finish up the wizard. Make sure you set the assignment to a group that you require.

You should now wait a while in order to allow Endpoint Manager to apply the configuration profile. But this should get rid of the extra download step from a user perspective.

Citrix Workspace Add Account pop-up

Once the desktop is launched, you will also notice the Citrix Workspace Add account pop-up.

This is not directly related to Edge, but I tried to make this article as complete as possible. You can disable this pop-up manually by selecting the checkbox Do not show this window automatically at logon.

One other option is to distribute the following registry key to your clients:

HKEY_LOCAL_MACHINESOFTWAREPoliciesCitrixEnableFTU=dword:00000000

Deployment of registry keys is somewhat limited using Microsoft Endpoint Manager. But current ways of doing this are:

  • Using PowerShell scripts
  • using custom MSI’s or other ways of installing the registry key.
Citrix Receiver Chrome Store

I will walk you through the PowerShell method. For convenience I have included the PowerShell script as well. Here are the steps that you should take:

  1. From the Microsoft Endpoint Manager console, go to devices and then go to scripts. Click on Add to add a new script. Choose Windows 10.
  2. First you need the script saved in a .ps1 file, the script that I used is the following:
    New-Item -Path HKLM:SoftwarePoliciesCitrix
    New-ItemProperty -Path HKLM:SoftwarePoliciesCitrix -Name EnableFTU -PropertyType DWORD -Value 0

    This script is really simple, it first created the Citrix path, followed by a DWORD registry entry.
  3. Next up in the MEM console, give the script a name. And click Next.
  4. Select the script and leave all other toggles to its default value (we want to run the script under the SYSTEM context and not the user context)
  5. Select Next, assign the script to a group and finish up the script.
Citrix receiver chrome app

Now give MEM some time to distribute and execute the script.

Conclusion and wrap-up

This concludes this guide of using Citrix Workspace and Microsoft Edge together. The Edge browser is great and should be a great competitor in the browser space for the coming years. But is still very fresh, which does present some challenges currently. There is not a lot of information out there yet.

I hope this article helped you to overcome some of the challenges you will face with Citrix in conjunction with Microsoft Edge. If you have any other suggestions for Citrix and Microsoft Edge (Chromium) feel free to add them in the comments down below and I will make sure I will update the article accordingly.

Related searches

Citrix receiver for chrome os
  • » citrix receiver 14.8.0.1010
  • » download citrix receiver 14.8.0.1010
  • » citrix receiver download 14.8.0.1010
  • » citrix receiver receiver enterprise
  • » citrix receiver 14 versus citrix 4
  • » citrix citrix receiver 14.0
  • » citrix receiver citrix ica
  • » citrix citrix receiver 14.12
  • » pcdj red 5.3.0.1010
  • » pc dj 5.3.0.1010

citrix receiver 4.8.0.1010

at UpdateStar
  • More

    Citrix Receiver 14.12.0.18020

    Citrix Receiver is an easy-to-install software client that lets you access your desktops, applications and data easily and securely from any device, including smartphones, tablets, PCs and Macs. more info..
  • More

    Citrix Online Launcher 1.0.449

  • More

    Citrix Workspace 1809 20.9.6.34

  • More

    Realtek High Definition Audio Driver 6.0.9088.1

    REALTEK Semiconductor Corp. - 168.6MB - Freeware -
    Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info..
  • More

    1C:Предприятие 8 8.1.13

    1C:Enterprise 8 system of programs is intended for automation of everyday enterprise activities: various business tasks of economic and management activity, such as management accounting, business accounting, HR … more info..
  • More

    Citrix Receiver LTSR

  • More

    0 2.5.5

  • More

    metatrader 4 5

    Metatrader 4.0 is a powerful tool for trading. Metatrader 4.0 is fully compatiblewith forex automated trading robots. Expert Advisors are used in forex tradingso the user can use fully automated forex trading. more info..
  • More

    Microsoft .NET Framework 5.0.3

    The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.The .NET Framework is Microsoft's comprehensive and consistent … more info..
  • More

    Windows Driver Package - AMD (amdkmpfd) System (0 19.20

Citrix Receiver Chrome Plugin

Descriptions containing

citrix receiver 4.8.0.1010

  • More

    Realtek High Definition Audio Driver 6.0.9088.1

    REALTEK Semiconductor Corp. - 168.6MB - Freeware -
    Audio chipsets from Realtek are used in motherboards from many different manufacturers. If you have such a motherboard, you can use the drivers provided by Realtek. more info..
  • More

    Microsoft .NET Framework 5.0.3

    The Microsoft .NET Framework 4 Client Profile redistributable package installs the .NET Framework runtime and associated files that are required to run most client applications.The .NET Framework is Microsoft's comprehensive and consistent … more info..
  • More

    Bonjour 3.1.0.1

    Bonjour, also known as zero-configuration networking, enables automatic discovery of computers, devices, and services on IP networks. more info..
  • More

    CyberLink PowerDVD 21.0.1519.62

    PowerDVD 9 is simply the best video playback software for enjoying HD and Blu-ray movies. PowerDVD allows you to enjoy and remix movies as well as to store and organize your movie information. more info..
  • More

    WinRAR 6.01

    WinRAR is a 32-bit/64-bit Windows version of RAR Archiver, the powerful archiver and archive manager. WinRARs main features are very strong general and multimedia compression, solid compression, archive protection from damage, processing … more info..
  • More

    NVIDIA Graphics Driver 465.89

    Supported Products:GeForce 500 series:GTX 590, GTX 580, GTX 570, GTX 560 Ti, GTX 560, GTX 550 Ti, GT 545, GT 530, GT 520, 510GeForce 400 series:GTX 480, GTX 470, GTX 465, GTX 460 v2, GTX 460 SE v2, GTX 460 SE, GTX 460, GTS 450, GT 440, GT … more info..
  • More

    Citrix Receiver 14.12.0.18020

    Citrix Receiver is an easy-to-install software client that lets you access your desktops, applications and data easily and securely from any device, including smartphones, tablets, PCs and Macs. more info..
  • More

    CyberLink LabelPrint 2.5.5415

    CyberLink LabelPrint is a small and efficient tool to print all the labels you need for your collection of CD, DVD and 8 cm discs. more info..
  • More

    NVIDIA PhysX 9.19.0218

    NVIDIA PhysX is a powerful physics engine which enables real-time physics in leading edge PC and console games. PhysX software is widely adopted by over 150 games, is used by more than 10,000 registered users and is supported on Sony … more info..
  • More

    VLC media player 3.0.12

    VLC Media Player Foot Pedal allows VLC Media Player to be used as transcription software for transcription of all types of media files with full foot pedal support. more info..
Additional titles containing

citrix receiver 4.8.0.1010

  • More

    Citrix Receiver 14.12.0.18020

    Citrix Receiver is an easy-to-install software client that lets you access your desktops, applications and data easily and securely from any device, including smartphones, tablets, PCs and Macs. more info..
  • More

    Citrix Online Launcher 1.0.449

  • More

    0 2.5.5

  • More

    Citrix Workspace 1809 20.9.6.34

  • More

    Citrix Receiver LTSR

Activate Citrix Receiver In Chrome

Most recent searches

Citrix Receiver For Chrome Os

  • » mercusys mw150us driver utlilities
  • » nh투자증권 hts다운로드 qvq
  • » facebok messenger
  • » pornhub 官方app下载
  • » v p n下载免费 安卓
  • » futa on futa at our shelames
  • » telecharger easy vhs to dvd pour mac
  • » novirusthanks win update 1.4
  • » stremio 4.4.135
  • » manpwin 3.0 download
  • » windous loadera
  • » descargar corel x5 gratis
  • » cyberfox52.9 ja
  • » error en sokia link
  • » browser 7 der telekom aktualisieren
  • » derniere version de banished
  • » pnpдрайвер win10
  • » descargar drive easy 32
  • » load telecharger
  • » does router password kracker 7.0 work