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.
- Citrix Workspace Chrome App Download
- Citrix Workspace Chrome Web Store
- Citrix Workspace For Chrome App
- Citrix Workspace App For Chrome 2003
- Chrome Apps Citrix Workspace
Type Definitions
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.
Citrix Workspace Chrome App Download
Parameters¶
Name | Type | Description |
---|---|---|
sessionObject | Session | Session object to interact with the session like register and handle events, start and disconnect. |
Citrix Workspace Chrome Web Store
Example¶
responseCallback(response)¶
Callback that handles the response.
Citrix Workspace For Chrome App
Parameters¶
Name | Type | Description |
---|---|---|
response | Object | Response object |
Citrix Workspace App For Chrome 2003
Properties¶
Chrome Apps Citrix Workspace
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. |