Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nwfem/managedchrome
Script to automate creation of a Google Chrome Cloud Management package for macOS
https://github.com/nwfem/managedchrome
apple cloud-management google google-chrome google-cloud google-workspace googlechrome googleworkspace mac-os macos mdm plist script
Last synced: about 2 months ago
JSON representation
Script to automate creation of a Google Chrome Cloud Management package for macOS
- Host: GitHub
- URL: https://github.com/nwfem/managedchrome
- Owner: nwfem
- Archived: true
- Created: 2023-06-03T05:31:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-03T06:03:15.000Z (over 1 year ago)
- Last Synced: 2024-09-29T17:01:19.407Z (about 2 months ago)
- Topics: apple, cloud-management, google, google-chrome, google-cloud, google-workspace, googlechrome, googleworkspace, mac-os, macos, mdm, plist, script
- Language: Shell
- Homepage: https://nwfem.com
- Size: 227 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# managedChrome (macOS Only)
Script to automatically download, config, and package the latest stable version of Google Chrome for easy deployment and remote cloud management on macOS devices.## Just clone, config, and run
### Clone
To clone the GitHub repository to your local machine, run the following command in Terminal.
```bash
git clone https://github.com/nwfem/managedChrome.git
```### Config
Modify the `CloudManagementEnrollmentToken` value in the `com.google.Chrome.plist` file.
```bash
nano managedChrome/com.google.Chrome.plist
```
You can find information about Enrollment Tokens [here](https://support.google.com/chrome/a/answer/9301891?hl=en).*Other policies can be added here, however it is usually ideal to [set policies via Cloud Management](https://support.google.com/chrome/a/answer/9301892?hl=en&ref_topic=9301744&sjid=5408719157466370766-NA).*
### Run
Run the script.
```bash
./managedChrome/run.sh
```
This will automatically download the latest stable version of Google Chrome and add it, along with your .plist file, to a package archive, ready to be installed on your user's systems.The script will also print the application version and SHA-256 hash for use with MDM deployments or pakage managers.
## Locate .pkg file
The final .pkg file can be found at the path `managedchrome/googlechrome.pkg`.*An `app.icns` file has also been included for quick access.*