編輯器外掛程式的資訊清單
外掛程式會使用manifest檔案,設定應用程式及其運作方式的特定詳細資料。
本文說明如何為編輯器外掛程式設定資訊清單。
編輯器外掛程式的資訊清單結構
Apps Script 資訊清單結構不包含任何專屬於編輯器外掛程式的屬性。不過,編輯器外掛程式資訊清單可以定義所有 Apps Script 專案的一般屬性,例如 OAuth 範圍和程式庫依附元件。
如需編輯器外掛程式可用的完整資訊清單屬性清單,請參閱「資訊清單結構」。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-02-16 (世界標準時間)。
[null,null,["上次更新時間:2025-02-16 (世界標準時間)。"],[[["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"]]