Manifeste für Editor-Add-ons
In einem Add-on wird mithilfe einer manifest festgelegt, wie die App funktioniert.
In dieser Dokumentation erfahren Sie, wie Sie ein Manifest für ein Editor-Add-on konfigurieren.
Manifeststruktur für Editor-Add-ons
Die Struktur des Apps Script-Manifests enthält keine Properties, die speziell für Editor-Add-ons gelten. Im Editor-Add-on-Manifest können jedoch allgemeine Eigenschaften definiert werden, die für alle Apps Script-Projekte gemeinsam sind, z. B. OAuth-Bereiche und Bibliotheksabhängigkeiten.
Eine vollständige Liste der möglichen Manifest-Properties, die in Editor-Add-ons verwendet werden können, finden Sie unter Manifest-Struktur.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-02-16 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]