Tệp kê khai cho tiện ích bổ sung của Trình chỉnh sửa
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tiện ích bổ sung sử dụng tệp manifest để định cấu hình một số thông tin chi tiết về ứng dụng và hoạt động của ứng dụng.
Tài liệu này trình bày chi tiết về cách định cấu hình tệp kê khai cho một Tiện ích bổ sung cho trình chỉnh sửa.
Cấu trúc tệp kê khai cho tiện ích bổ sung dành cho Trình chỉnh sửa
Cấu trúc tệp kê khai Apps Script không có bất kỳ thuộc tính nào dành riêng cho tiện ích bổ sung của Trình chỉnh sửa. Tuy nhiên, tệp kê khai tiện ích bổ sung của Trình chỉnh sửa có thể xác định các thuộc tính chung thường gặp ở mọi dự án Apps Script, chẳng hạn như phạm vi OAuth và các phần phụ thuộc của thư viện.
Hãy xem phần Cấu trúc tệp kê khai để biết danh sách đầy đủ các thuộc tính tệp kê khai tiềm năng mà các tiện ích bổ sung của Editor có thể sử dụng.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-01 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]