편집기 부가기능의 매니페스트
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
부가기능은 매니페스트 파일을 사용하여 앱 및 앱의 작동에 관한 특정 세부정보를 구성합니다.
이 문서에서는 편집기 부가기능의 매니페스트 구성에 관한 세부정보를 다룹니다.
편집자 부가기능의 매니페스트 구조
Google Apps Script 매니페스트 구조에는 Editor 부가기능에만 해당하는 속성이 포함되어 있지 않습니다. 하지만 편집기 부가기능 매니페스트는 OAuth 범위 및 라이브러리 종속 항목과 같이 모든 Apps Script 프로젝트에 공통적인 일반 속성을 정의할 수 있습니다.
Editor 부가기능에서 사용할 수 있는 잠재적 매니페스트 속성의 전체 목록은 매니페스트 구조를 참고하세요.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2026-04-01(UTC)"],[],["Editor add-ons utilize a *manifest* file for configuration. While the manifest structure doesn't have properties unique to Editor add-ons, they can define general Apps Script project properties. These properties include OAuth scopes and library dependencies. A complete list of applicable manifest properties for Editor add-ons is available in the linked \"Manifest structure\" documentation. The manifest file details the app and its operations.\n"]]