Citrix Workspace Chrome App



As per example I mentioned above this issue became apparent In my company with users using the citrix receiver or citrix workspace app so the registery key below is aimed at whitelisting the Citrix reciever and workspace app. Windows Registry Editor Version 5.00 HKEYLOCALMACHINE SOFTWARE Policies Google Chrome URLWhitelist '1'='receiver://.'. 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. Updated: August 13, 2018. One of the most popular enterprise applications deployed on Chrome OS is the Citrix Workspace (formerly Receiver) app. Citrix enables organizations to securely connect.

  1. Citrix Workspace Chrome App Download
  2. Citrix Workspace Chrome Web Store
  3. Citrix Workspace For Chrome App
  4. Citrix Workspace App For Chrome 2003
  5. Chrome Apps Citrix Workspace

Type Definitions

connectionParams¶

Configuration options to create the session.

Type¶

  • Object

Properties¶

NameTypeDescription
connectionParamsObject
Properties
NameTypeAttributesDescription
launchTypeString<optional>Takes 'message' or 'embed' as value. Defaults to 'message'.
'message' - launches the session in a new window (similar to session launch using Workspace app for Chrome).
'embed' - Embeds the session inside third party Chrome app.
containerObject<optional>Appview element created inside third party Chrome app.
Applicable only when launchType is 'embed'.
boundsObject<optional>Sets a fixed width and height to the session.
Properties
NameTypeDescription
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.
widthNumberWidth of the session specified in pixels. This value will be set only when autoresize is set to false.
heightNumberHeight of the session specified in pixels. This value will be set only when autoresize is set to false.
preferredLangString<optional>Specifies the preferred language code to be used inside the session. If the language code specified is either invalid or unsupported then it falls back to 'en'.
Supported language codes : en, de, es, fr, ja, ko, ru, zh, zh-cn, zh-tw.
If the value is unspecified then the browser's language code is used.

Example¶

connectionParams full example:

eventListener (event)¶

Listener to handle the events.

Parameters¶

NameTypeDescription
eventObjectObject as appropriate to the eventType registered.
App

Properties¶

NameTypeDescription
event.idStringID of the session object
evebt.typeStringEvent type triggered
event.dataObjectData as appropriate to the event triggered
- onConnection
- onConnectionClosed
- onURLRedirection
- onError

onSessionCreated(sessionObject)¶

Callback having the session object created.

Citrix Workspace Chrome App Download

Parameters¶

NameTypeDescription
sessionObjectSessionSession object to interact with the session like register and handle events, start and disconnect.

Citrix Workspace Chrome Web Store

Example¶

responseCallback(response)¶

Chrome

Callback that handles the response.

Citrix Workspace For Chrome App

Parameters¶

NameTypeDescription
responseObjectResponse object

Citrix Workspace App For Chrome 2003

Properties¶

Chrome Apps Citrix Workspace

NameTypeDescription
response.successbooleanStatus 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.sessionIdStringId of the session.
response.errorStringReason for the failure of the method call.