편집기 부가기능의 매니페스트
부가기능은 manifest 파일을 사용하여 앱 및 작동에 관한 특정 세부정보를 구성합니다.
이 문서에서는 편집기 부가기능의 매니페스트 구성에 관한 세부정보를 다룹니다.
편집기 부가기능의 매니페스트 구조
Apps Script 매니페스트 구조에는 편집기 부가기능에만 해당하는 속성이 포함되어 있지 않습니다. 그러나 편집기 부가기능 매니페스트는 OAuth 범위 및 라이브러리 종속 항목과 같이 모든 Apps Script 프로젝트에 공통적인 일반 속성을 정의할 수 있습니다.
편집기 부가기능에서 사용할 수 있는 잠재적 매니페스트 속성의 전체 목록은 매니페스트 구조를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-02-16(UTC)
[null,null,["최종 업데이트: 2025-02-16(UTC)"],[[["Editor add-ons utilize a manifest file to define configuration details and operational aspects."],["The manifest structure for Editor add-ons leverages common Apps Script properties like OAuth scopes and library dependencies."],["While Editor add-ons don't have unique manifest properties, they can utilize general properties available to all Apps Script projects."],["A complete list of manifest properties applicable to Editor add-ons can be found in the Manifest structure documentation."]]],["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"]]