Citrix Workspace For Chrome



  • Google no longer supports its Google Cloud Print feature. As a result, the Google Cloud Printing with Citrix Workspace app for Chrome OS is not available. Fixed issues in 2103 This release addresses a number of issues that help to improve overall performance and stability.
  • Bonus: Citrix Workspace app for Chrome If you have Google Chrome deployed in your environment and you’d like to deploy the Citrix Workspace app for Chrome, this can be achieved with a PowerShell script that will either deploy it as a preference that users must approve or as a policy that will be automatically pushed out and users will be.
downloadWhy can't I download this file?

Applications running in background app screen blanks out.
Steps to Reproduce:

  1. Open some application. Eg: Browser, text editor.

  2. Open Citrix Workspace app for Chrome or Citrix Receiver for Chrome and then Launch App/Desktop.

  3. Background Application goes blank. i.e. either the browser or Citrix receiver for Chrome / Citrix Workspace app for Chrome storefront page.

Applicable Products

Citrix Workspace app for chrome earlier known as Citrix Receiver for Chrome and older versions of Citrix Receivers for Chrome.

Solution

Workaround: Clicking on the blank screen brings back the content of the application.

Roll back to Chrome OS version 66.

Problem Cause

This issue is the result of a bug introduced in Chrome OS 67 by Google. Track Bug here.

Session¶

new Session()

Members¶

(readonly) receiverId¶

Properties¶

NameTypeDescription
receiverIdStringWorkspace app for Chrome ID.

(readonly) sessionId¶

Properties¶

NameTypeDescription
sessionIdStringID of the session.

Methods¶

(inner) addListener(eventType, eventListener)¶

Registers the eventListener on the eventType.

Citrix Workspace For Chrome App

Parameters¶

Citrix Workspace For Chrome

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

Citrix Workspace For Chrome

(inner) changeResolution(bounds, responseCallback)¶

Changes the resolution of the session.

Parameters¶

NameTypeDescription
boundsObjectContain session resolution settings.
responseCallbackresponseCallbackCallback that handles the response.
Extension

Properties¶

NameTypeDescription
bounds.autoresizebooleanShould be set to false to give fixed width and height to session. By default, this value is set to true in which case the session is resized to match the size of appView element inside third party Chrome app or the new window.
bounds.widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
bounds.heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.

Examples¶

Example 1: To change resolution to fixed width and height.

Citrix workspace for windows

Example 2: To change the session resolution to match the size of appview element inside third party Chrome app or the window size.

(inner) hide(responseCallback)¶

Hides the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) logoff(responseCallback)¶

Citrix

Sends logoff to the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) removeListener(eventType, eventListener)¶

Removes the eventListener on the eventType.

Parameters¶

NameTypeDescription
eventTypeStringType of the event for which the listener needs to be attached. Supported event types:
- onConnection
- onConnectionClosed
- onURLRedirection
- onError
eventListenereventListenerListener to handle the event

Example¶

(inner) sendSpecialKeys(keys, responseCallback)¶

Citrix Workspace For Chrome Download Free

Sends a key combination to the session.

Parameters¶

NameTypeDescription
keysArrayArray of strings with each one representing a key. Supported keys Alt, Control, Shift, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, Home, End, PageUp, PageDown, Backspace, Delete, F5, PrintScreen,Insert, Escape, Tab.
responseCallbackresponseCallbackCallback that handles the response.

Examples¶

Example 1: Sends Ctrl+alt+delete to the session.

Example 2: To preview different apps running inside session, Ctrl+alt+tab can be sent.

Citrix Workspace For Chromebook Os

(inner) show(responseCallback)¶

Shows the session.

Parameters¶

NameTypeDescription
responseCallbackresponseCallbackCallback that handles the response.

(inner) start(launchData, responseCallback)¶

Citrix Workspace For Chrome Download Free

Starts the session.

Parameters¶

NameTypeDescription
launchDataObjectContains the type and value of the ICA
responseCallbackresponseCallbackCallback that handles the response.

Citrix Workspace For Chrome Download

Chrome

Properties¶

NameTypeDescription
launchData.typeStringSpecifies the data type of ICA data. Allowed values are 'json' or 'ini'.
launchData.valueStringICA data to start the session. It should be a JSON object when type is 'json' or a string read from a .ini file when type is 'ini'.

Examples¶

Citrix Workspace For Chrome Os

Example 1: When ICA data is in JSON format

Example 2: When ICA data is in INI format.