This document shows how employees of an organization can install the Endpoint Verification extension on their devices.
As an employee of an organization, you can access your corporate account on a company-owned device or a personal device. To ensure that you can securely access your organization's data from any of your devices, the administrator of your organization might either install Endpoint Verification on your devices or require you to install the Endpoint Verification Chrome extension on your devices.
Before you begin
Ensure that your device is running one of the following operating systems:
- ChromeOS
- Apple® Mac® OS X® El Capitan (10.11) or later
- Microsoft® Windows® 10 and 11
- Linux® Debian® and Ubuntu®
Install the Endpoint Verification extension
- Open the Chrome browser and install the Endpoint Verification extension.
- On the browser toolbar, if you see Exception
on the extension, click the
extension to open it. If prompted, click Add account and enter your corporate email address and password.
Information about your computer automatically synchronizes to your administrator.
If you want to manually sync information, on the toolbar, click Endpoint Verification > Sync now.
Install the Endpoint Verification helper app
After installing the Endpoint Verification extension, if you see a message that the helper app is required on your device, do the following:
Mac or Windows
Click Install it.
Follow the steps to install the helper app.
Click the extension again and then click Sync now.
Linux
To open a terminal, click Activities and enter
terminal, and select the terminal icon from the results.Add the package source and import the key:
Create the
keyringsdirectory:sudo mkdir -m 0755 -p /etc/apt/keyrings/Import Google's public GPG key and convert it to a binary that is required for package verification:
curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo gpg --dearmor -o /etc/apt/keyrings/endpoint-verification.gpgRegister Endpoint Verification to use the GPG key to verify the authenticity of the software:
echo "deb [signed-by=/etc/apt/keyrings/endpoint-verification.gpg] https://packages.cloud.google.com/apt endpoint-verification main" | sudo tee /etc/apt/sources.list.d/endpoint-verification.list > /dev/null
Update and install Endpoint Verification:
Update the package index files to get the latest list of available packages:
sudo apt-get updateInstall Endpoint Verification:
sudo apt-get install endpoint-verification
Open the Chrome browser and on the toolbar, click Endpoint Verification > Sync now.