Set Google Chrome Home button URL on macOS using Hexnode plistSolved

Participant
Discussion
4 weeks ago Aug 12, 2026

I’m trying to customize the Google Chrome Home button on managed macOS devices through Hexnode. The goal is to show the Home button and make it open a specific internal webpage instead of the default New Tab page. I found that this can be done using a custom .plist file under the Google Chrome app configuration in a macOS policy, but I’m not sure what the plist should contain or whether the filename matters. I tried uploading a plist, but the configuration didn’t apply on the Macs.

Replies (1)

Marked SolutionPending Review
Hexnode Expert
4 weeks ago Aug 13, 2026
Marked SolutionPending Review

You can configure the Google Chrome Home button on macOS by deploying Chrome managed preferences as a .plist file through Hexnode. A basic plist for setting a custom Home button URL should include the Chrome homepage keys. For example:

Replace https://example.com with the URL you want Chrome to open when the Home button is clicked.

To deploy it from Hexnode:

  1. Go to Policies and create or edit a macOS policy.
  2. Navigate to macOS >  App Management >  App Configurations.
  3. Click + Add new configuration.
  4. Select Google Chrome.
  5. Upload the prepared .plist file.
  6. Save the policy and associate it with the target Mac devices.

After the policy reaches the device, fully quit and reopen Google Chrome. Closing the browser window is not enough; use Cmd + Q to quit Chrome completely.

Save