README.md
# GoogleApi.ChromeManagement
Chrome Management API client library.
The Chrome Management API is a suite of services that allows Chrome administrators to view, manage and gain insights on their Chrome OS and Chrome Browser devices.
## Installation
Install this package from [Hex](https://hex.pm) by adding
`google_api_chrome_management` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:google_api_chrome_management, "~> 0.7"}]
end
```
## For more information
Product documentation is available at [http://developers.google.com/chrome/management/](http://developers.google.com/chrome/management/).
Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_chrome_management](https://hexdocs.pm/google_api_chrome_management).