How to Disable Helperbird Features Using JSON Policy - Admins

Administrative guide for deploying Helperbird in your organization. Manage licenses, deployments, and team accessibility.

This guide shows you how to disable specific Helperbird features for users in your organization using the Google Admin Console and managed JSON policy.

This is useful if you want to limit access to certain tools (for example, writing or editing features) while keeping the rest of Helperbird available.


Before You Start

Make sure that:

  • Helperbird is already added to your Organizational Unit (OU)
  • You have administrator access to admin.google.com
  • You have already enabled admin control using isAdminControl

If you haven’t done this yet, follow our guide: How to Set Helperbird JSON Policy in Google Admin


Understanding Feature Types in Helperbird

Helperbird features are grouped into two types:

Main Features (All Features)

  • Appear in Helperbird’s main feature list
  • Disabling one removes it from the primary interface

Quick Features (Quick Actions)

  • Appear in Quick Actions
  • Disabling one removes it from the Quick Actions menu

Note: Some features appear in both places. Disabling them will remove the feature everywhere it appears.


How Feature Disabling Works

Helperbird uses two policy values:

  • disableFeatures – turns feature disabling on or off
  • disabledFeatures – the list of feature codes to disable

If disableFeatures is set to false, no features are disabled, even if a list exists.


Starter JSON Template (Recommended)

If you’re not sure where to start, use this starter template. It enables admin control and feature disabling, but does not disable anything yet.

{
  "subKey": {
    "Value": "YOUR SUBSCRIPTION KEY"
  },
  "isAdminControl": {
    "Value": true
  },
  "disableFeatures": {
    "Value": true
  },
  "disabledFeatures": {
    "Value": []
  }
}

Add feature codes from the tables below into the disabledFeatures list.


Feature Tables

To disable a feature, copy the Policy Code and add it to the disabledFeatures list.

Quick Actions (Quick Features)

FeaturePolicy Code
Settings AppSettingsApp
Highlight MenuHighlightMenu
Summarize PageSummarizePage
Reading Mode ToolReadingModeTool
Simplify OptionsSimplifyOptions
Grammar OptionsGrammarOptions
Immersive ReaderImmersiveReader
Translate OptionsTranslateOptions
PDF ReaderPdfReader
Annotation ReaderAnnotationReader
Reading List ReaderReadinglistReader
Add to Reading ListReadinglistReaderAdd
EditorEditorReader
Dictionary / DefineDefineReader
Hover Light OptionsHoverLightOptions
Voice TypingVoiceTypingOptions
Sticky NoteStickyNote
Word PredictionWordPrediction
Text to Speech OptionsTextToSpeechOptions
Highlighter MarkerHighlighterMarkerOptions
Text ColorTextColor
Link ColorLinkColor
Background ColorBackgroundColor
Extract TextExtractTextOptions
Speed ReadingSpeedReadingOptions
ScreenshotScreenshotOptions
Overlay TintOverlayTint
Dyslexia RulersDyslexiaRulers
Custom FontCustomFont
Text SizeTextSize
Word SpacingWordSpacing
Letter SpacingLetterSpacing
Line HeightLineHeight
Text AlignmentTextAligment
Paragraph BordersParagraphBorders
Paragraph BackgroundParagraphBackground
Paragraph WidthParagraphWidth
Paragraph ColumnsParagraphColumns
Show Alt TextShowAlt
Show TitlesShowTitles
Hide ImagesHideImages
Hide GIFsHideGifs
Video PlaybackVideoPlayback
Volume BoosterVolumeBooster
High ContrastHighContrast
Emphasize LinksEmphasizeLinks
Text StrokeTextStroke
Saturation ControlSaturationControl
Cursor SizeCursorSize
Zoom ControlZoomControl
Reduce MotionReduceMotion
Spell CheckSpellCheck
Maths OptionsMathsOptions
Print ToolPrintTool
New MenuNewMenu

All Features (Main Features)

FeaturePolicy Code
Quick Actions OptionsQuickActionsOptions
Ignition ButtonIgnitionButton
Text to Speech ModalTextToSpeechModal
Banner MessageBannerMessage
Reading PreferencesReadingPreferences
Dyslexia ToolsDyslexiaTools
Translate OptionsTranslateOptions
Extract TextExtractTextOptions
Text to Speech OptionsTextToSpeechOptions
Grammar OptionsGrammarOptions
Highlight MenuHighlightMenu
Maths OptionsMathsOptions
ScreenshotScreenshotOptions
Immersive ReaderImmersiveReader
Reading Mode ToolReadingModeTool
Simplify OptionsSimplifyOptions
Summarize PageSummarizePage
Word PredictionWordPrediction
Settings ModalSettingsModal
Simplify ModalSimplifyModal
Summarize ModalSummarizeModal
Speed ReadingSpeedReadingOptions
Voice TypingVoiceTypingOptions
Highlighter MarkerHighlighterMarkerOptions
Grammar DialogGrammarDialog
Display OptionsDisplayOptions
PDF ReaderPdfReader
Annotation ReaderAnnotationReader
Reading List ReaderReadinglistReader
Add to Reading ListReadinglistReaderAdd
EditorEditorReader
Dictionary / DefineDefineReader
Media OptionsMediaOptions
Show Alt TextShowAlt
Show TitlesShowTitles
Hover Light OptionsHoverLightOptions
Reduce MotionReduceMotion
Hide ImagesHideImages
Hide GIFsHideGifs
Print ToolPrintTool
Sticky NoteStickyNote

Example: Disable the Helperbird Editor Feature

To disable the Helperbird Editor feature everywhere it appears, add:

{
  "subKey": {
    "Value": "YOUR SUBSCRIPTION KEY"
  },
  "isAdminControl": {
    "Value": true
  },
  "disableFeatures": {
    "Value": true
  },
  "disabledFeatures": {
    "Value": [
      "EditorReader"
    ]
  }
}

Commonly Disabled Features (Example)

The following features are commonly disabled in managed environments:

EditorReader
VoiceTypingOptions
ScreenshotOptions

Example JSON:

{
  "subKey": {
    "Value": "YOUR SUBSCRIPTION KEY"
  },
  "isAdminControl": {
    "Value": true
  },
  "disableFeatures": {
    "Value": true
  },
  "disabledFeatures": {
    "Value": [
      "EditorReader",
      "VoiceTypingOptions",
      "EditWebsite",
      "ScreenshotOptions"
    ]
  }
}

Important Notes

  • Feature codes are case-sensitive and must match the tables exactly
  • Features that appear in both Main Features and Quick Actions will be removed from both
  • Unknown or invalid feature codes are safely ignored

Verifying and Troubleshooting

If changes don’t appear immediately:

  • Restart Chrome, or
  • Visit chrome://policy and click Reload policies

Double-check:

  • The correct OU is selected
  • JSON formatting is valid
  • disableFeatures is set to true

Video Tutorial


Validate Your Policy

Use our JSON Policy Validator to check your policy for errors, invalid feature codes, and see exactly what each setting does before deploying.


Need Additional Help?

If you need help finding a feature code or validating your policy, reach out to our Helperbird support team and we'll help you out!

What People Are Saying

Join over 1,000,000 people who use Helperbird every day.

This works and it makes everything so much easier to read! Thank you so much and i will keep posted if i do run into any issues!

Jay O'Bell

Jay O'Bell

Helperbird user

I have been trying to find ways to make my child happy to go to school again, and someone recommended helperbird. She loves helperbird, and she is now much happier about the idea of returning to school. I think this might be a game changer, as they do so much web based schoolwork and research. She says they really understand people with dyslexia

Cris Townley

Cris Townley

Parent

This chrome extension is absolutely amazing. I'm a Primary school teacher and it helps children with a broad range of needs. It's so easy to set up. I love the way it syncs across devices so set up is seamless across all the children's computers. The customizable features are a game changer for allowing children to enjoy reading and accessing the web in our school. The best application I have ever seen for school children. Looking forward to trying the iPad application soon.

Luke Mccarthy

Luke Mccarthy

Teacher

Making such an useful tool, replying to every single comment or review and giving support to people's issues as soon as possible?? Carefully, he is a hero.

Martin Bui

Martin Bui

Helperbird user

Amazing tool, love the new overlay feature!!

James Connel

James Connel

Helperbird user

This extension has been an absolute lifesaver. I have that fantastic combo of ADHD and Dyslexia while trying to go through college. I have difficulty keeping letters in order, seeing the gaps between words, and with ADHD on top, I lose focus A LOT. The immersive reader has been my new best friend. It drowns out the rest of the content on the page, changes the font to something I can read, and highlights the word as it reads to me. My eyes are forced to keep going in the right direction. I can slow down and pay attention to what I'm reading. I don't even have to go back and read the same paragraph 5 times to understand it! The screen overlay has been outstanding for eye strain and being able to distinguish between words and spaces. The custom font and spacing for research articles have been an enormous advantage! I can actually read the research papers now and not have this daunting 2 column fine print page to squint over.All around, this has been the best purchase I've ever had. I use this every day, with every assignment. I don't even struggle with story-based questions anymore. The immersive reader helps me read, listen, and understand the question all at once. I am still exploring what I can use this with and how it can make my academic career, and I keep getting impressed with every new way I find to use it. Seriously, try it out. You won't regret it at all. Even if you don't have dyslexia or ADHD, just try it out. You might find that it helps you understand the content you're trying to learn even better!

Mason Hunter

Mason Hunter

Helperbird user

Helperbird logo: Stylized owl with large yellow eyes and a beige face, against a green background.

Download Helperbird

Make browsing easier and more accessible with tools like Text to Speech, Immersive Reader, and more.