エディタのアドオンのマニフェスト
アドオンは、manifest ファイルを使用して、アプリとそのオペレーションに関する特定の詳細を構成します。
このドキュメントでは、エディタ アドオンのマニフェストの構成について詳しく説明します。
エディタのアドオンのマニフェストの構造
Apps Script のマニフェスト構造には、エディタ アドオンに固有のプロパティは含まれていません。ただし、エディタのアドオン マニフェストでは、OAuth スコープやライブラリの依存関係など、すべての Apps Script プロジェクトに共通する一般的なプロパティを定義できます。
エディタ アドオンで使用できるマニフェスト プロパティの一覧については、マニフェストの構造をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は 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"]]