Steps:
1. Login to Google Admin Console
2. Select correct organizational unit
3. Navigate to the Managed browsers
4. Check that all needed user browsers enrolled and listed in the table. If not – enroll necessary browsers to the corresponding Organizational Unit
5. Navigate to the Devices
6. Check that all needed Chromebook devices enrolled and in “Provisioned” status
7. Navigate to the Apps & extensions
8. Add EveryonePrint Extension and select it
9. Navigate to the “Policy for extension” input in the right side bar
10. Enter configuration JSON with correct values in this form:{
"hostname": {"Value":"accountdomainname"},
"port": {"Value":"port"},
"apikey": {"Value":"apikeyvalue"},
"disableAuthentication": {"Value":false|true},
"secret": {"Value": "secretkeyvalue"}
}
hostname
– Your SAFEQ Cloud account domain name or EveryonePrint Mobile serverport
– Not required for SAFEQ Cloud. For EveryonePrint Mobile, enter the port. Note: If port value is null, then enter ""
. Otherwise enter the port value without quotation marks.apikey
– The API key value for the default Google Chrome API key in SAFEQ Cloud (Note: this can be set to a custom string if required). For EveryonePrint Mobile, this is not required.disableAuthentication
– If set to False
, the extension will require the user to log in. If set to True
, the extension will be set to bypass login and authenticate the user by email only.secret
– G Suite OAuth2 identity provider secret key (if set).
11. Click on Policy dropdown
12. Select “Force Install”
13. Save settings and validate that save successful.
Post your comment on this topic.