Stay organized with collections
Save and categorize content based on your preferences.
This page provides a general overview of the two types of add-ons
you can build:
Google Workspace add-ons and Editor add-ons. These
add-on types differ in what applications they extend,
how they are created, and what restrictions they have.
Google Workspace add-ons
Google Workspace add-ons are the latest generation of add-ons, and
provide many capabilities, including:
Build just one add-on for multiple
Google Workspace apps: Instead of creating separate
add-ons for
each Google Workspace application, you can build and manage a single
Google Workspace add-on that works across Google Workspace.
A Google Workspace add-on can extend the following host applications:
Gmail
Google Calendar
Google Chat (Developer Preview)
Google Docs
Google Drive
Google Sheets
Google Slides
Increase your brand awareness: Add-ons icons are by
default visible in the right-side panel of the
add-on's host apps.
Build homepage experiences: You can create individual homepages
for each Google Workspace app your add-on
extends, or use the same homepage for multiple apps.
Reflect the user's context in your add-on: You
can design your Google Workspace add-on to show interfaces specific to the
add-on's host app. For example, your
add-on can display info from an email or calendar
event, or suggest an action based on the current Google Workspace app
page.
Use standardized interfaces: Construct user interfaces from built-in
widget elements provided by the Apps Script
Card
service. You don't need any expertise with HTML or CSS to define these
interfaces.
Extend desktop and mobile clients for Gmail: If a
Google Workspace add-on extends Gmail, you can use it in both the
desktop and mobile versions of Gmail. If you build a
Google Workspace add-on that extends Gmail, you don't need to
design a separate mobile version of the add-on. The
same interface is used everywhere.
Use your preferred runtime. You can develop Google Workspace add-ons with your
preferred hosting infrastructure, development tool chain, source control
system, coding language, and code libraries.
Editor add-ons
Editor add-ons extend one of the Google Editor applications,
such as Docs, Sheets, Slides, or
Forms. Each Editor add-on type (for
example, Sheets add-ons) can have its own set of
type-specific capabilities, restrictions, and special considerations. When
building Editor add-ons, it's important to understand these
Editor-specific details. For more details on add-ons for specific
Editors, see the corresponding sections:
Editor add-ons can automate common editor tasks such as file
creation, editing, formatting, and moving data between applications.
Editor add-on interfaces are highly-customizable for
the tasks at hand.
Editor add-ons are ideal for automating tasks within Google
Docs, Sheets, Slides, or
Forms for individual or internal use. For add-ons
requiring large-scale capabilities that need to handle many users, require low
latency, or demands full control over your infrastructure, consider building a
Google Workspace add-ons on a different runtime
environment for better control over infrastructure, deployment and release
processes.
Editor add-ons behave differently from Google Workspace add-ons in the
following ways:
Editor add-ons can create interfaces consisting of menu
items, dialogs, and sidebars. Add-ons dialogs and sidebars
are defined using standard HTML and
CSS.
Editor add-ons have special authorization rules because they
create, modify, or otherwise interact with files within Google Drive. It
is important to understand the Editor add-on
authorization
lifecycle while
developing an Editor add-on.
Files created and updated in each editor have specific structures. For
example, Google Slides presentations are composed of pages which can be
slides, masters, or layouts. You should understand these file structures, as
add-ons often interact with them when reading or editing
files.
Editor add-ons only function in desktop clients, not Android
or iOS.
Editor add-ons must be implemented in
Apps Script.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[[["\u003cp\u003eGoogle Workspace add-ons offer a unified solution, extending functionalities across multiple Google Workspace applications like Gmail, Calendar, and Docs with a single add-on.\u003c/p\u003e\n"],["\u003cp\u003eEditor add-ons focus on enhancing specific Google Editors (Docs, Sheets, Slides, Forms) with custom interfaces and automation capabilities but are limited to desktop use.\u003c/p\u003e\n"],["\u003cp\u003eWhile Workspace add-ons utilize standardized interfaces and work seamlessly across platforms, Editor add-ons require HTML/CSS knowledge and adhere to specific authorization rules.\u003c/p\u003e\n"],["\u003cp\u003eBoth add-on types provide distinct advantages; Workspace add-ons enhance cross-application workflows, while Editor add-ons offer deep, editor-specific customization and task automation.\u003c/p\u003e\n"]]],["There are two add-on types: Google Workspace and Editor add-ons. Google Workspace add-ons offer a single build for multiple apps (Gmail, Calendar, Chat, Docs, Drive, Sheets, Slides), and they feature standardized interfaces, mobile and desktop compatibility, and customizable homepages. Editor add-ons extend Docs, Sheets, Slides, and Forms, allowing for highly customizable interfaces using HTML and CSS, but require specific authorization and only function on desktop. They are built to automate common editor tasks.\n"],null,["This page provides a general overview of the two types of add-ons\nyou can build:\n*Google Workspace add-ons* and *Editor add-ons*. These\nadd-on types differ in what applications they extend,\nhow they are created, and what restrictions they have.\n\nGoogle Workspace add-ons\n\n*Google Workspace add-ons* are the latest generation of add-ons, and\nprovide many capabilities, including:\n\n- **Build just one add-on for multiple\n Google Workspace apps**: Instead of creating separate\n add-ons for\n each Google Workspace application, you can build and manage a single\n Google Workspace add-on that works across Google Workspace.\n A Google Workspace add-on can extend the following host applications:\n\n - Gmail\n - Google Calendar\n - Google Chat (Developer Preview)\n - Google Docs\n - Google Drive\n - Google Sheets\n - Google Slides\n- **Increase your brand awareness**: Add-ons icons are by\n default visible in the right-side panel of the\n add-on's host apps.\n\n- **Build homepage experiences** : You can create individual [homepages](/workspace/add-ons/concepts/homepages)\n for each Google Workspace app your add-on\n extends, or use the same homepage for multiple apps.\n\n- **Reflect the user's context in your add-on**: You\n can design your Google Workspace add-on to show interfaces specific to the\n add-on's host app. For example, your\n add-on can display info from an email or calendar\n event, or suggest an action based on the current Google Workspace app\n page.\n\n- **Use standardized interfaces** : Construct user interfaces from built-in\n widget elements provided by the Apps Script\n [`Card`](/apps-script/reference/card-service/card)\n service. You don't need any expertise with HTML or CSS to define these\n interfaces.\n\n- **Extend desktop and mobile clients for Gmail**: If a\n Google Workspace add-on extends Gmail, you can use it in both the\n desktop and mobile versions of Gmail. If you build a\n Google Workspace add-on that extends Gmail, you don't need to\n design a separate mobile version of the add-on. The\n same interface is used everywhere.\n\n- **Use your preferred runtime.** You can develop Google Workspace add-ons with your\n preferred hosting infrastructure, development tool chain, source control\n system, coding language, and code libraries.\n\nEditor add-ons\n\n*Editor add-ons* extend one of the Google Editor applications,\nsuch as Docs, Sheets, Slides, or\nForms. Each Editor add-on type (for\nexample, Sheets add-ons) can have its own set of\ntype-specific capabilities, restrictions, and special considerations. When\nbuilding Editor add-ons, it's important to understand these\nEditor-specific details. For more details on add-ons for specific\nEditors, see the corresponding sections:\n\n- [Google Docs](/workspace/add-ons/editors/docs)\n- [Google Forms](/workspace/add-ons/editors/forms)\n- [Google Sheets](/workspace/add-ons/editors/sheets)\n- [Google Slides](/workspace/add-ons/editors/slides)\n\nEditor add-ons can automate common editor tasks such as file\ncreation, editing, formatting, and moving data between applications.\nEditor add-on interfaces are highly-customizable for\nthe tasks at hand.\n\nEditor add-ons are ideal for automating tasks within Google\nDocs, Sheets, Slides, or\nForms for individual or internal use. For add-ons\nrequiring large-scale capabilities that need to handle many users, require low\nlatency, or demands full control over your infrastructure, consider building a\nGoogle Workspace add-ons on a [different runtime](/workspace/add-ons/guides/alternate-runtimes)\nenvironment for better control over infrastructure, deployment and release\nprocesses.\n\nEditor add-ons behave differently from Google Workspace add-ons in the\nfollowing ways:\n\n- Editor add-ons can create interfaces consisting of menu items, dialogs, and sidebars. Add-ons dialogs and sidebars are defined using standard [HTML and\n CSS](/workspace/add-ons/concepts/html-interfaces).\n- Editor add-ons have special authorization rules because they create, modify, or otherwise interact with files within Google Drive. It is important to understand the [Editor add-on\n authorization\n lifecycle](/workspace/add-ons/concepts/editor-auth-lifecycle) while developing an Editor add-on.\n- Files created and updated in each editor have specific structures. For example, Google Slides presentations are composed of pages which can be slides, masters, or layouts. You should understand these file structures, as add-ons often interact with them when reading or editing files.\n- Editor add-ons only function in desktop clients, not Android or iOS.\n- Editor add-ons must be implemented in Apps Script."]]