편집기 부가기능의 매니페스트
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
부가기능은 매니페스트 파일을 사용하여 앱과 앱의 작동에 관한 특정 세부정보를 구성합니다.
이 문서에서는 편집기 부가기능의 매니페스트 구성에 관한 세부정보를 다룹니다.
편집자 부가기능의 매니페스트 구조
Apps Script 매니페스트 구조에는 편집기 부가기능에만 해당하는 속성이 포함되어 있지 않습니다. 하지만 편집기 부가기능 매니페스트는 OAuth 범위 및 라이브러리 종속 항목과 같이 모든 Apps Script 프로젝트에 공통적인 일반 속성을 정의할 수 있습니다.
편집기 부가기능에서 사용할 수 있는 잠재적 매니페스트 속성의 전체 목록은 매니페스트 구조를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-01(UTC)
[null,null,["최종 업데이트: 2025-08-01(UTC)"],[[["\u003cp\u003eEditor add-ons utilize a manifest file to define configuration details and operational aspects.\u003c/p\u003e\n"],["\u003cp\u003eThe manifest structure for Editor add-ons leverages common Apps Script properties like OAuth scopes and library dependencies.\u003c/p\u003e\n"],["\u003cp\u003eWhile Editor add-ons don't have unique manifest properties, they can utilize general properties available to all Apps Script projects.\u003c/p\u003e\n"],["\u003cp\u003eA complete list of manifest properties applicable to Editor add-ons can be found in the Manifest structure documentation.\u003c/p\u003e\n"]]],["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"],null,["# Manifests for Editor add-ons\n\nAn add-on uses a *manifest* file\nto configure certain details about the app and its operation.\n\nThis documentation covers the details of configuring a manifest for a\nEditor Add-on.\n\nManifest structure for Editor add-ons\n-------------------------------------\n\nThe Apps Script manifest structure doesn't include any properties that are\nspecific to Editor add-ons. However, Editor add-on manifests can define the\ngeneral properties that are common to all Apps Script projects, such as\nOAuth scopes and library dependencies.\n\nSee\n[Manifest structure](/apps-script/manifest)\nfor a full list of potential manifest properties that Editor add-ons can use."]]