> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronics-insight-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronics-insight-docs/german/installation-and-verwaltung/installation/installation-auf-chrome-os-geraten/konfiguration-von-chrome-os-geraten.md).

# Konfiguration von Chrome OS-Geräten

Bei Chrome OS-Geräten, die über ein Google Workspaces-Konto verwaltet werden, können die Konfigurationseinstellungen für Faronics Insight über die Google Verwaltungskonsole angewandt werden, indem eine JSON-Datei zum Eintrag auf der Seite „Apps & Erweiterungen“ für die Insight Student-Anwendung hinzugefügt wird.

Eine beispielhafte JSON-Datei mit den unterstützten Konfigurationsoptionen ist nachstehend bereitgestellt:

```
{    
     "studentName": "John Doe",
     "classId": "Class101",     
     "useConnector": true,     
     "connectorAddress": "192.168.1.100" 
}
```
