מניפסטים של תוספים ל-Editor
תוסף משתמש בקובץ manifest כדי להגדיר פרטים מסוימים לגבי האפליקציה והפעולה שלה.
במסמך הזה מוסבר איך מגדירים מניפסט לתוסף ל-Editor.
מבנה המניפסט של תוספים ל-Editor
המבנה של המניפסט של Apps Script לא כולל מאפיינים ספציפיים לתוספים של ה-Editor. עם זאת, מניפסט של תוסף ל-Editor יכול להגדיר את המאפיינים הכלליים שקיימים בכל הפרויקטים של Apps Script, כמו היקפי הרשאות OAuth ותלות בספריות.
במבנה המניפסט מפורטת רשימה מלאה של מאפייני המניפסט האפשריים שבהם תוספים ל-Editor יכולים להשתמש.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]