G Suite integration
You can now install and preconfigure the Sourcegraph Chrome extension for all users in your G Suite organization.
This means that everyone in your organization will get code intelligence in files, diffs, and PRs on GitHub.com, GitHub Enterprise, GitLab, and Phabricator. After the admin configures G Suite automatic installation of the Chrome extension, each user’s Chrome browser will install and configure the Sourcegraph Chrome extension automatically. (It may take a few hours to fully propagate the Chrome settings.) Then all users will see code intelligence like this:
Automatically install with G Suite
- Open the G Suite admin settings page for the Sourcegraph Chrome extension. (Check that the link opens the correct G Suite account, if you’re signed in with multiple accounts.)
- Click User settings.
- Click the name of the organization in the list.
- Enable Force installation.
- Configure the extension by replacing
https://sourcegraph.example.com
in the following code block with your Sourcegraph instance’s URL:{ "sourcegraphURL": { "Value": "https://sourcegraph.example.com" } }
For more information, see “Configuring Apps and Extensions by Policy”.