TABLE OF CONTENTS
Deploy Chrome Enterprise Using Jamf
Use the instructions at https://marketplace.jamf.com/details/google-chrome-for-macos to deploy Google Chrome Enterprise onto your computers. If you're interested in seeing an example step-by-step approach that Third Iron. has taken, click here.
Configure LibKey Nomad for Deployment
Part 1: Log in to your Jamf Dashboard @ YOUR-CLOUD-URL.jamfcloud.com
Part 2: Configure Jamf LibKey Nomad Deployment
- On the left side of the screen click on "Computers"
- Under "Content Management" click on "Configuration Profiles"
- Click on "+ New"
- Under "General", name the Profile "Google Chrome - Deploy Nomad"
- Click on "Application & Custom Settings" under the "Options" section
- Then click on "Upload"
- Click on "+ Add"
- Under "Preference Domain" type: "com.google.Chrome"
- Under "Property List" enter the following script:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ExtensionInstallForcelist</key> <array> <string>lkoeejijapdihgbegpljiehpnlkadljb;https://clients2.google.com/service/update2/crx</string> </array> </dict> </plist>

(Note: This is based on the needs of your organization and will differ for everyone)

Part 3: Configure LibKeyNomad Preferences
- Under "Content Management" click on "Configuration Profiles"
- Click on "+ New"
- Under "General", name the Profile "Google Chrome - Nomad Preferences"
- Click on "Application & Custom Settings" under the "Options" section
- Then click on "Upload"
- Click on "+ Add"
- Under "Preference Domain" type: "com.google.Chrome.extensions.lkoeejijapdihgbegpljiehpnlkadljb"
- Under "Property List" enter the following script:
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>libraryId</key> <string>INSERT-LIBRARY-ID-HERE</string> </dict> </plist>
(Note: This should be a numerical value only)
Via BrowZine: Log in to BrowZine. Your Third Iron ID is the number in your library's BrowZine URL:
https://browzine.com/libraries/###
Via LibKey.io: Log in to LibKey.io. Your Third Iron ID is the number in your library's LibKey URL:
https://libkey.io/libraries/###


Deploy Jamf Changes
At this point, based on your Jamf Check-In Frequency settings, devices will now have Chrome deployed, LibKey Nomad deployed, and the LibKey Nomad Preference settings deployed. Typical default Jamf Check-In Frequency settings are either 15 minutes, or once per day. Please allow the appropriate time that your organization has set to be able to see the deployments take effect.