There is no way for an admin to pre-set permissions when deploying the Chrome extension through GSuite, which means that each user will have to individually grant the browser extension permissions for their code host URL if it's not github.com.
We should improve this, by, eg. allowing the admin to set an array of codeHostUrls through managed storage, and badging the extension's icon if some codeHostUrls are set to hint that users should open the popup to grant permissions.
There is no way for an admin to pre-set permissions when deploying the Chrome extension through GSuite, which means that each user will have to individually grant the browser extension permissions for their code host URL if it's not github.com.
We should improve this, by, eg. allowing the admin to set an array of
codeHostUrls
through managed storage, and badging the extension's icon if somecodeHostUrls
are set to hint that users should open the popup to grant permissions.