משאב מניפסט של Meet
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הגדרת המשאב שמשמשת להגדרת התוכן וההתנהגות של תוסף ל-Google Workspace ב-Google Meet. במניפסטים של תוספים ל-Google Workspace שמרחיבים את Meet, כל הרכיבים צריכים להיות מסומנים כחובה.
Meet
הגדרת מניפסט של תוסף ל-Google Workspace עבור תוספים ל-Google Meet. מידע נוסף זמין במאמר בנושא הרחבת Meet באמצעות תוספים של Google Workspace.
פיתוח אתרים
נכסי הפעלה באינטרנט.
ייצוג ב-JSON |
{
"sidePanelUrl": string,
"supportsScreenSharing": boolean,
"addOnOrigins": [
{
string: string,
...
}
],
"logoUrl": string,
"darkModeLogoUrl": string
} |
שדות |
sidePanelUrl |
string
חובה. כתובת ה-URL של ה-iframe בחלונית הצדדית. זו גם כתובת ה-URL של נקודת הכניסה לאפליקציית התוסף.
|
supportsScreenSharing |
boolean
חובה. האם התוסף תומך בשיתוף מסך.
אם ההגדרה היא false , המשתמשים צריכים להשתמש בתוסף כדי לראות מה קורה בסשן של תוסף שיתופי.
אם הערך הוא
true , מי שהתחיל את הפעילות בתוסף לשיתוף פעולה יכול לשתף את המסך שלו עם התצוגה של התוסף.
|
addOnOrigins |
string
חובה. מערך של מקורות שבהם התוסף מתארח. לשתי כתובות URL יש את אותו מקור אם הן חולקות את אותה סכמה, מארח ויציאה. מותרים גם מקורות משנה ותת-דומיינים עם תו כללי לחיפוש.
פרטים נוספים זמינים במאמר בנושא אבטחת תוספים.
|
logoUrl |
string
חובה. כתובת URL ספציפית ל-Meet של הלוגו של התוסף. הלוגו הזה מופיע בכל מקום ב-Meet. אם לא מציינים לוגו, ברירת המחדל היא הלוגו בקטע המשותף של המניפסט.
|
darkModeLogoUrl |
string
אופציונלי. כתובת URL ספציפית של הלוגו במצב כהה עבור התוסף.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-31 (שעון UTC).
[null,null,["עדכון אחרון: 2025-08-31 (שעון UTC)."],[],[],null,["The resource configuration that is used to define\n[Google Workspace add-on](/workspace/add-ons/concepts/types#g_suite_add-ons)\ncontent and behavior within Google Meet. Google Workspace add-on manifests\nmust have all the components marked as **Required** if they extend\nMeet.\n\nMeet\n\nThe Google Workspace add-on manifest configuration for Google Meet\nextensions. See [Extending Meet with\nGoogle Workspace add-ons](/workspace/meet/add-ons/guides/overview) for more information.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------|\n| ```text { \"web\": { object (Web) }, \"homepageTrigger\": { object (HomepageTrigger) } } ``` |\n\n| Fields ||\n|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `web` | `object (`[Web](#web)`)` **Required.** The web configuration for the Meet Google Workspace add-on. |\n| `homepageTrigger` | `object (`[HomepageTrigger](/apps-script/manifest/homepage-trigger)`)` The trigger function specification for creating the add-on [homepage](/workspace/add-ons/concepts/homepages) in the Meet host. This overrides [`addOns.common.homepageTrigger`](/apps-script/manifest/addons#Common.FIELDS.homepageTrigger). |\n\nWeb\n\nWeb execution properties.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ```text { \"sidePanelUrl\": string, \"supportsScreenSharing\": boolean, \"addOnOrigins\": [ { string: string, ... } ], \"logoUrl\": string, \"darkModeLogoUrl\": string } ``` |\n\n| Fields ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sidePanelUrl` | `string` **Required.** The URL for the side panel iframe. This is also the URL to the entry point of your add-on app. |\n| `supportsScreenSharing` | `boolean` **Required.** Whether the add-on supports screen sharing. If set to `false`, users must use the add-on to see what's happening in a collaborative add-on session. If set to `true`, the initiator of the collaborative add-on session can screen share their view of the add-on. |\n| `addOnOrigins` | `string` **Required.** An array of origins where your add-on is hosted. Two URLs have the same origin when they share the same scheme, host, and port. Sub origins are also permitted, as are wildcard subdomains. See [Add-on security](/workspace/meet/add-ons/guides/add-on-security) for more details. |\n| `logoUrl` | `string` **Required.** A Meet-specific URL of the logo for the add-on. This logo is used throughout Meet. If not specified, the logo defaults to the logo in the common section of the manifest. |\n| `darkModeLogoUrl` | `string` Optional. A dark mode specific URL of the logo for the add-on. |"]]