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. There are 4 methods in which Citrix Workspace App for Chrome client settings can be configured and deployed: Google Policy: Configuring settings as part of your organization’s Chrome device management console will allow you the most flexibility of options to test, update and maintain all of your different endpoints and use cases. We always recommend Citrix’s nifty Citrix Workspace app for Chrome & HTML5 configuration utility which will do all the legwork for you, allowing you to explore all the available settings, and spit out a nicely formatted file at the end, form-fit to your desired configuration method. The Citrix Workspace app runs the Virtual Applications & Desktops and must be installed on your computer for them to work. Open up your internet browser of choose (we suggest Google Chrome).
- Citrix Workspace App For Chrome Os
- Citrix Workspace App For Chrome Download
- Chrome Os Citrix Workspace
- Citrix Workspace App For Chromebook
- Citrix Workspace App For Chrome
- Google Chrome Citrix Workspace App
- Citrix Workspace App For Windows
Type Definitions
Since its inception, Nissan Versa has mainly used two types of automatic transmissions: the conventional four-speed automatic transmission, and CVT, continuously variable transmission. The two most common types of transmission for the Nissan Vera are four-speed RE4F03C automatic and Xtronic CVT RE0F11A automatic. Nissan Versa Buy used Nissan Versa transmission from our network that offers up to a two-year warranty on qualified units! We carry a wide-ranging catalog of used Nissan transmissions for all applications including gas and diesel engines. Buy your used Nissan Versa transmissions from us and save time and money.
connectionParams¶
Configuration options to create the session.
Type¶
- Object
Properties¶
Name | Type | Description | ||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
connectionParams | Object | Properties
|
Example¶
connectionParams
full example:
eventListener (event)¶
Listener to handle the events.
Parameters¶
Name | Type | Description |
---|---|---|
event | Object | Object as appropriate to the eventType registered. |
Properties¶
Name | Type | Description |
---|---|---|
event.id | String | ID of the session object |
evebt.type | String | Event type triggered |
event.data | Object | Data as appropriate to the event triggered - onConnection - onConnectionClosed - onURLRedirection - onError |

onSessionCreated(sessionObject)¶
Callback having the session object created.
Parameters¶
Name | Type | Description |
---|---|---|
sessionObject | Session | Session object to interact with the session like register and handle events, start and disconnect. |
Example¶
responseCallback(response)¶
Callback that handles the response.
Parameters¶
Name | Type | Description |
---|---|---|
response | Object | Response object |
Properties¶
Name | Type | Description |
---|---|---|
response.success | boolean | Status of the method call. Holds the value true in case of success and false in case of failure. In case of failure, details of the error is set in the response object. |
response.sessionId | String | Id of the session. |
response.error | String | Reason for the failure of the method call. |
Session¶
new Session()
Members¶
(readonly) receiverId¶
Properties¶
Name | Type | Description |
---|---|---|
receiverId | String | Workspace app for Chrome ID. |
(readonly) sessionId¶
Properties¶
Name | Type | Description |
---|---|---|
sessionId | String | ID of the session. |
Methods¶

(inner) addListener(eventType, eventListener)¶
Registers the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶

(inner) changeResolution(bounds, responseCallback)¶
Changes the resolution of the session.
Parameters¶
Name | Type | Description |
---|---|---|
bounds | Object | Contain session resolution settings. |
responseCallback | responseCallback | Callback that handles the response. |
Properties¶
Name | Type | Description |
---|---|---|
bounds.autoresize | boolean | Should 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.width | Number | Width of the session specified in pixels. This value will be set only when autoresize is set to false. |
bounds.height | Number | Height of the session specified in pixels. This value will be set only when autoresize is set to false. |
Citrix Workspace App For Chrome Os

Examples¶
Example 1: To change resolution to fixed width and height.
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¶

Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) logoff(responseCallback)¶
Sends logoff to the session.
Citrix Workspace App For Chrome Download
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
Chrome Os Citrix Workspace
(inner) removeListener(eventType, eventListener)¶
Removes the eventListener on the eventType.
Parameters¶
Name | Type | Description |
---|---|---|
eventType | String | Type of the event for which the listener needs to be attached. Supported event types: - onConnection - onConnectionClosed - onURLRedirection - onError |
eventListener | eventListener | Listener to handle the event |
Example¶
Citrix Workspace App For Chromebook
(inner) sendSpecialKeys(keys, responseCallback)¶
Sends a key combination to the session. Microsoft edge webrtc.
Parameters¶
Name | Type | Description |
---|---|---|
keys | Array | Array 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. |
responseCallback | responseCallback | Callback that handles the response. |
Examples¶
Citrix Workspace App For Chrome
Example 1: Sends Ctrl+alt+delete to the session.
Google Chrome Citrix Workspace App
Example 2: To preview different apps running inside session, Ctrl+alt+tab can be sent.
(inner) show(responseCallback)¶
Shows the session.
Parameters¶
Name | Type | Description |
---|---|---|
responseCallback | responseCallback | Callback that handles the response. |
(inner) start(launchData, responseCallback)¶
Starts the session.
Parameters¶
Citrix Workspace App For Windows
Name | Type | Description |
---|---|---|
launchData | Object | Contains the type and value of the ICA |
responseCallback | responseCallback | Callback that handles the response. |
Properties¶
Name | Type | Description |
---|---|---|
launchData.type | String | Specifies the data type of ICA data. Allowed values are 'json' or 'ini'. |
launchData.value | String | ICA 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¶
Free download wps office for laptop. Example 1: When ICA data is in JSON format
Example 2: When ICA data is in INI format.
