הגדרות נפוצות במניפסט של התוסף (addons.common) מושבתות ב-Chat. כדי להגדיר את התוסף כך שיפעל ב-Chat, צריך להפעיל ולהגדיר את Chat API. הוראות מפורטות זמינות במאמר הגדרת אפליקציה ל-Google Chat.
כדי לפרוס תוסף ב-Chat ולבדוק אותו, צריך להשתמש בהגדרת החשיפה של Chat API. הגדרות החשיפה או הבדיקה שהגדרתם ב-SDK של Google Workspace Marketplace לא יחולו. כדי לפרוס גרסת בדיקה של התוסף ב-Chat, אפשר לעיין במאמר בדיקת תכונות אינטראקקטיביות לאפליקציות ל-Google Chat בתיעוד של Chat API.
אם התוסף שלכם פורסם ב-Google Workspace Marketplace, לא תוכלו לשמור טיוטה של שינויים בהגדרות התצורה של Google Chat API.
כשמעדכנים את הגדרות התצורה של Chat API, הגרסה המעודכנת של אפליקציית Chat זמינה באופן מיידי לכל המשתמשים הקיימים. כדי לעדכן את כרטיס המוצר ב-Marketplace, אפשר ליצור טיוטה לפני ששולחים שינויים.
[null,null,["עדכון אחרון: 2025-08-04 (שעון UTC)."],[[["\u003cp\u003eExtend Google Chat with add-ons to preview links, automate tasks, and receive alerts.\u003c/p\u003e\n"],["\u003cp\u003eGoogle Chat add-ons function as Chat apps, enabling interactions like sending messages, responding to commands, and opening dialogs.\u003c/p\u003e\n"],["\u003cp\u003eTo build a Chat add-on, developers can utilize Apps Script or HTTP services, configure the app through the Chat API, and design interfaces using triggers and actions.\u003c/p\u003e\n"],["\u003cp\u003eCertain features like Dialogflow, Card Service, custom authorization cards, and add-on homepages are currently unavailable for Chat add-ons.\u003c/p\u003e\n"],["\u003cp\u003eExisting add-ons need specific configurations, including enabling the Chat API, allowing individual and admin installations, and using the Chat API's visibility setting for deployment.\u003c/p\u003e\n"]]],["Google Workspace add-ons in Chat function as Chat apps, allowing users to preview links, automate tasks, and receive alerts. These apps can send interactive messages, respond to commands, open dialogs, and preview links. To start, developers can use Google Apps Script or an HTTP service. Key limitations include the unavailability of Dialogflow, Pub/Sub, and certain Card Service features. Configuration must be done through the Chat API, as Marketplace settings are ignored in Chat.\n"],null,["This page provides an overview about how to build Google Workspace add-ons that extend\nGoogle Chat.\n\nGoogle Workspace add-ons that extend Chat can help users do any of the\nfollowing:\n\n- Preview links from Chat messages, and take action without leaving the conversation.\n- Automate or perform tasks across Google Workspace applications.\n- Receive alerts or notifications about external tools or services.\n\nHow Google Workspace add-ons work in Chat\n\nIn Chat, add-ons appear to users as\nGoogle Chat apps. To interact with users, Chat apps\ncan do the following:\n\n- [Send messages](/workspace/add-ons/chat/send-messages) that contain text, cards, and interactive UI elements.\n- Respond to [quick commands](/workspace/add-ons/chat/quick-commands).\n- Respond to [slash commands](/workspace/add-ons/chat/slash-commands).\n- Open [dialogs](/workspace/add-ons/chat/dialogs) to help users complete multi-step processes, like filling in form data.\n- [Preview links](/workspace/add-ons/chat/preview-links) in messages by attaching cards with helpful information that let users take action directly from the conversation.\n\nGet started\n\nTo start building Google Workspace add-ons that work in Chat, see the\nfollowing documentation:\n\n- Try a quickstart to build a basic Chat app using [Google Apps Script](/workspace/add-ons/chat/quickstart-apps-script) or an [HTTP service](/workspace/add-ons/chat/quickstart-http).\n- [Configure a Chat app](/workspace/add-ons/chat/configure) and its interactive features using the Chat API.\n- Learn about the ways you can [build Chat interfaces](/workspace/add-ons/chat/build) using add-on triggers, actions, and event objects.\n\nLimitations and known issues **Note:** This documentation explains how to build a Chat app as a Google Workspace add-on. You can also build Chat apps using *interaction events* . To learn about each framework and its available features, see [Build an interactive Google Chat app](/workspace/chat/interact-users-overview) in the Google Chat API documentation.\n\nThe following Chat and add-on features\nare unavailable:\n\n- The Chat app architectures [Dialogflow](/workspace/chat/build-dialogflow-chat-app-natural-language), [Pub/Sub](/workspace/chat/quickstart/pub-sub), and [AppSheet](https://support.google.com/appsheet/answer/12923581) are unavailable. Instead, you must build the Chat app using Apps Script or an HTTP service.\n- Apps Script's [Card Service](/apps-script/reference/card-service). To use [Chat actions](/workspace/add-ons/chat/build#actions) and build cards, return JSON objects instead. For examples, see [Open interactive dialogs](/workspace/add-ons/chat/dialogs) and [Preview links](/workspace/add-ons/chat/preview-links).\n- Custom authorization cards. To authenticate and grant authorization to your service from Chat, the Chat app must return a [basic authorization card](/workspace/add-ons/guides/connect-third-party-service#basic-auth-card).\n- [Add-on homepages](/workspace/add-ons/concepts/homepages) in the Chat sidebar. If you've configured a [homepage trigger](/workspace/add-ons/concepts/workspace-triggers) for your add-on, the homepage only appears in the sidebar of the other Google Workspace applications that your add-on extends.\n- [Chat app homepages](/workspace/chat/send-app-home-card-message), which appear in the **Home** tab of direct messages with the Chat app.\n\nIf you're updating an existing Google Workspace add-on, consider the following\n[configuration requirements](/workspace/add-ons/chat/configure#considerations)\nfor Chat apps:\n\n- The [Google Workspace Marketplace installation settings](/workspace/marketplace/enable-configure-sdk#installation-settings) must permit both individuals and Google Workspace administrators to install the add-on.\n- Any common configuration settings in the add-on's [manifest](/workspace/add-ons/concepts/workspace-manifests) (`addons.common`) are ignored in Chat. To configure the add-on to work in Chat, you must enable and configure the Chat API. For steps, see [Configure a Google Chat app](/workspace/add-ons/chat/configure).\n- To deploy and test an add-on in Chat, you must use the Chat API's **Visibility** setting. Any visibility or testing settings that you've configured in the Google Workspace Marketplace SDK are ignored. To deploy a test version of the add-on in Chat, see [Test interactive features for Google Chat apps](/workspace/chat/test-interactive-features) in the Chat API documentation.\n- If your add-ons is published to the Google Workspace Marketplace, you can't save a draft of any changes to the [Google Chat API configuration settings](/workspace/add-ons/chat/configure). When you update Chat API configuration settings, the updated Chat app is immediately available to all existing users. To update your Marketplace listing, you can [create a draft](/workspace/marketplace/manage-app-listing#draft-app-listing) before submitting any changes.\n\nRelated topics\n\n- [Google Chat API documentation overview](/workspace/chat/overview)"]]