Managed Config Chrome

Introduction

Managed app configurations can be created and applied for Google Chrome within Relution.

Blocklist

Portal > your AE Policy > Manage Apps > Google Chrome (add if not present) > Configuration

A pop-up window will open here. In the Block access to a list of URLs field, the list below must be entered. Multiple websites are separated by commas.

Blocklist →

[
  "example.com",
  "[https://ssl.server.com](https://ssl.server.com)",
  "[hosting.com/bad_path](https://hosting.com/bad_path)",
  "https://server:8080/path",
  ".exact.hostname.com",
  "file://*",
  "custom_scheme:*",
  "*"
]

Bookmarks

Portal > your AE Policy > Manage Apps > Google Chrome (add if not present) > Configuration

Bookmarks →

A pop-up window will open here. In the Bookmarks field, the list below must be entered. Multiple websites are separated by commas.

[
  {
    "toplevel_name": "Company bookmarks"
  },
  {
    "name": "Relution",
    "url": "relution.io"
  },
  {
    "children": [
      {
        "name": "Training",
        "url": "relution.io/schulungen/"
      },
      {
        "name": "Helpdesk",
        "url": "helpdesk.relution.io"
      }
    ],
    "name": "Internal URLs"
  },
  {
    "name": "Android resources",
    "url": "google.com"
  }
]