Hide Google Drive features
Disables various functions of Google Docs, Sheets, Slides, Drawings, Forms and Sites. Useful in classrooms.
Overview
What is Hide Google Drive features?
Disables various functions of Google Docs, Sheets, Slides, Drawings, Forms and Sites. Useful in classrooms..
SCREENSHOT
SUMMARY
The purpose of this app is to allow managed students the ability to use the Google Suite Office Productivity tools while providing protection from possibly objectionable internet data content.
This app offers this protection by providing a set of options that would allow limiting the following: internet image searches and insertions, access to internet research text, and internet video searches and insertions. Additional options include: not allowing sharing, blocking insertion of comments, blocking form submissions and blocking feeds within Google Sheets.
Administrators may choose to either use the app with a config file to control what is blocked, or install the app with no config file - and all options will then be set to ‘blocked’. If using the config file, (see code at the bottom to be added to the extension policy) administrators will select ‘true’ for all options where blocking is desired. Anything not set to ‘true’ will default to ‘false’ (or ‘no blocking’).
Below is the list of discrete functions that may be blocked.
There are 11 items that this extension blocks
disableImageWebSearch - Hide image web search
disableImageAddByURL - Prevent inserting images by URL (Requires disableImageWebSearch to be active)
disableVideoWebSearch - Hide video web search
disableExplore - Hide the explore/research pane
disableSharing - Hide sharing functions
disableLinks - Prevent creating links
disableDictionary - Prevent dictionary from being used
disableComments - Prevent comments from being created and viewed
disableFormsPublishing - Prevent forms from being published/sent
disableGames - Hide playable games from Google Search results
disableSheetsExternalRequests - Disables functions IMPORTDATA, IMPORTFEED, IMPORTHTML, IMPORTRANGE, IMPORTXML in Sheets
Config File Installation:
Below is the JSON code to insert in the APP policy for extensions (must set value to true for those blocking options that are desired):
{
"disableImageWebSearch": {
"Value": true
},
"disableImageAddbyURL": {
"Value": true
},
"disableVideoWebSearch": {
"Value": true
},
"disableExplore": {
"Value": true
},
"disableSharing": {
"Value": false
},
"disableLinks": {
"Value": true
},
"disableDictionary": {
"Value": false
},
"disableComments": {
"Value": true
},
"disableFormsPublishing": {
"Value": false
},
"disableGames": {
"Value": true
},
"disableSheetsExternalRequests": {
"Value": false
}
}
Feel free to email aefriedman@ytcte.org for support
This was developed by Matúš Koprda of https://blade.sk for Yeshiva Toras Chaim Toras Emes.
See More
Stats
Trends for Hide Google Drive features:
Rank
User count
Category Rank
Rating
Download
HOW TO INSTALL Hide Google Drive features FROM A CRX FILE
- Download Hide Google Drive features CRX file
- NOTE: Sometimes the browser may block downloading / installing CRX file from outside the Chrome Web Store. If so, you may need to download the ZIP file instead
- In the URL bar, go to chrome://extensions
- Enable Developer mode
Ratings
USER REVIEWS (0)
No reviews