LibKey Nomad Jamf Deployment (Chrome)

Modified on Fri, 17 Oct at 9:38 AM

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

  1. On the left side of the screen click on "Computers"
  2. Under "Content Management" click on "Configuration Profiles"
  3. Click on "+ New"
  4. Under "General", name the Profile "Google Chrome - Deploy Nomad"
  5. Click on "Application & Custom Settings" under the "Options" section
  6. Then click on "Upload"
  7. Click on "+ Add"
  8. Under "Preference Domain" type: "com.google.Chrome"
  9. 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>
     10. Click on "Scope"
     11. Set the Scope for the devices that will receive the LibKey Nomad Extension. 
            (Note: This is based on the needs of your organization and will differ for everyone)
     12. Click on "Save"

Part 3: Configure LibKeyNomad Preferences

  1. Under "Content Management" click on "Configuration Profiles"
  2. Click on "+ New"
  3. Under "General", name the Profile "Google Chrome - Nomad Preferences"
  4. Click on "Application & Custom Settings" under the "Options" section
  5. Then click on "Upload"
  6. Click on "+ Add"
  7. Under "Preference Domain" type: "com.google.Chrome.extensions.lkoeejijapdihgbegpljiehpnlkadljb"
  8. 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>
      9. 
Change the value for libraryId from "INSERT-LIBRARY-ID-HERE" to your Library ID (For Example: 1234)
(Note: This should be a numerical value only)
How to locate your Third Iron Library ID

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/###

     10. Click on "Scope"
     11. Set the Scope for the devices that will receive the LibKey Nomad Extension. (Note: This is based on the needs of your organization and will differ for everyone)
     12. Click on "Save"


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.