많은 이메일의 목적은 수신자가 캘린더 일정 추가, 양식 작성, 예약, 기타 애플리케이션 사용과 같은 특정 작업을 수행하거나 목표를 달성하도록 하는 것입니다. 하지만 수신자는 추가 메시지 없이 작업을 완료해야 하며, 수동으로 여러 단계를 수행해야 하는 경우가 많습니다.
Google Workspace 부가기능으로 이러한 작업을 자동화하여 사용자의 시간과 노력을 절약할 수 있습니다. 사용자가 Gmail에서 메시지를 읽거나 작성할 때 Google Workspace 부가기능은 사용자가 다음과 같은 다양한 방식으로 메시지에 대해 조치를 취할 수 있는 맞춤형 대화형 UI를 표시할 수 있습니다.
Gmail UI에 사용자에 대한 추가 정보를 표시합니다.
Google 이외의 서비스에 연결하여 정보를 가져오거나 다른 작업을 실행합니다.
부가기능 동작을 제어하거나 다른 서비스에 정보를 전송하는 수단을 제공합니다.
Google Workspace 부가기능은 Gmail 내에서 다음과 같은 종류의 확장 프로그램을 정의할 수 있습니다.
어떤 경우든 부가기능의 스크립트 프로젝트에 홈페이지 트리거 함수의 이름을 제공해야 합니다. 이 함수는 필요할 때 Gmail 홈페이지를 빌드하기 위해 자동으로 호출됩니다. 이 함수를 구현하여 홈페이지를 구성하는 단일 Card 또는 Card 객체 배열을 빌드하고 반환해야 합니다. 홈페이지 트리거 함수에는 클라이언트의 플랫폼과 같은 일반적인 정보가 포함된 이벤트 객체가 매개변수로 전달됩니다. 이벤트 객체 데이터를 사용하여 홈페이지의 구성을 맞춤설정할 수 있습니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[[["Google Workspace add-ons automate tasks within Gmail, saving users time and effort by providing interactive UI elements within emails."],["Add-ons enhance the Gmail experience by displaying extra information, connecting to external services, and letting users control add-on behavior."],["Developers can build custom add-ons with Apps Script and the Card service to extend Gmail's functionality on both desktop and mobile."],["Gmail add-ons can have homepages, contextual interfaces triggered by opening or composing emails, and the ability to create new drafts automatically."],["To learn more about building and configuring Gmail add-ons, explore the provided resources on extending UI, composing messages, manifests, and scopes."]]],["Google Workspace add-ons automate tasks within Gmail, saving users time. They enable interactive UIs when users read or compose messages, allowing actions like displaying information, connecting to external services, and controlling add-on behavior. Add-ons can create contextual interfaces for messages and compose actions, or automatically generate drafts. Developers can define homepages and other interfaces, customize them with event objects, and use Apps Script to build and configure these add-ons through manifests. They support both desktop and mobile Gmail clients.\n"]]