Meet manifest kaynağı
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Google Meet'teki Google Workspace eklentisi içeriğini ve davranışını tanımlamak için kullanılan kaynak yapılandırması. Google Workspace eklenti manifestoları, Meet'i genişletiyorsa Zorunlu olarak işaretlenen tüm bileşenleri içermelidir.
Meet
Google Meet uzantıları için Google Workspace eklenti manifest yapılandırması. Daha fazla bilgi için Google Workspace eklentileriyle Meet'in kapsamını genişletme başlıklı makaleyi inceleyin.
JSON gösterimi |
{
"web": {
object (Web)
},
"homepageTrigger": {
object (HomepageTrigger)
}
} |
Web
Web yürütme özellikleri.
JSON gösterimi |
{
"sidePanelUrl": string,
"supportsScreenSharing": boolean,
"addOnOrigins": [
{
string: string,
...
}
],
"logoUrl": string,
"darkModeLogoUrl": string
} |
Alanlar |
sidePanelUrl |
string
Zorunludur. Yan panel iframe'inin URL'si. Bu, eklenti uygulamanızın giriş noktasının URL'sidir.
|
supportsScreenSharing |
boolean
Zorunludur. Eklentinin ekran paylaşımını destekleyip desteklemediği.
false olarak ayarlanırsa kullanıcıların ortak çalışma eklentisi oturumunda neler olduğunu görmek için eklentiyi kullanması gerekir.
true olarak ayarlanırsa ortak eklenti oturumunu başlatan kişi, eklenti görünümünü ekran paylaşımı yapabilir.
|
addOnOrigins |
string
Zorunludur. Eklentinizin barındırıldığı kaynak dizisi. Aynı şemayı, ana makineyi ve bağlantı noktasını paylaşan iki URL'nin kaynağı aynıdır. Alt kaynaklara ve joker karakterli alt alan adlarına da izin verilir.
Daha fazla bilgi için Eklenti güvenliği başlıklı makaleyi inceleyin.
|
logoUrl |
string
Zorunludur. Eklentinin logosunun Meet'e özel URL'si. Bu logo, Meet'in her yerinde kullanılır. Belirtilmezse logo, manifestin ortak bölümündeki logo olarak ayarlanır.
|
darkModeLogoUrl |
string
İsteğe bağlı. Eklentinin logosunun koyu moda özel URL'si.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-08-31 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]