For schools using Chromebooks or other devices with Ephemeral Mode enabled (also referred to as 'erase all local user data'), students may encounter our extension's quick start guide every time they login and access Chrome. However, administrators of your G Suite domain can disable this quick start guide trigger through the Google Admin Console, ensuring a smoother experience for users.
Disable Quick Start Guide Trigger for All Users
- Go to https://admin.google.com/
- Click "Chrome Browser"
- Choose "Apps & extensions"
- Under the Organization Unit, select the correct OU that needs to be configured
- Select the "Users and Browsers" tab → Screencastify app
- Under "Policy for extensions", found at the right-hand side of the page, enter the following JSON value and Save
{
"options": {
"Value": {
"disableQuickstartGuide": true
}
}
}
IMPORTANT NOTE
If you have an existing JSON configuration, you'll want to add the value "disableQuickstartGuide": true. For example:
{
"options": {
"Value": {
"driveSync": true,
"enableDiskSpaceWatcher": false,
"disableQuickstartGuide": true
}
}
}