Zasób pliku manifestu Meet
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Konfiguracja zasobu, która służy do definiowania treści i działania dodatku do Google Workspace w Google Meet. Pliki manifestu dodatków do Google Workspace muszą zawierać wszystkie komponenty oznaczone jako Wymagane, jeśli rozszerzają funkcje Meet.
Meet
Konfiguracja pliku manifestu dodatku do Google Workspace dla rozszerzeń Google Meet. Więcej informacji znajdziesz w artykule Rozszerzanie Meet za pomocą dodatków Google Workspace.
Sieć
Właściwości wykonania w internecie.
Zapis JSON |
{
"sidePanelUrl": string,
"supportsScreenSharing": boolean,
"addOnOrigins": [
{
string: string,
...
}
],
"logoUrl": string,
"darkModeLogoUrl": string
} |
Pola |
sidePanelUrl |
string
Wymagane. Adres URL elementu iframe panelu bocznego. Jest to też adres URL punktu wejścia aplikacji dodatku.
|
supportsScreenSharing |
boolean
Wymagane. Określa, czy dodatek obsługuje udostępnianie ekranu.
Jeśli ma wartość false , użytkownicy muszą używać dodatku, aby zobaczyć, co się dzieje w sesji dodatku do współpracy.
Jeśli wartość to
true , osoba, która rozpoczęła sesję dodatku do współpracy, może udostępnić swój widok dodatku.
|
addOnOrigins |
string
Wymagane. Tablica źródeł, w których jest hostowany dodatek. Dwa adresy URL mają to samo źródło, jeśli mają ten sam schemat, host i port. Dozwolone są też źródła podrzędne i subdomeny z symbolami wieloznacznymi.
Więcej informacji znajdziesz w artykule Dodatkowe zabezpieczenia.
|
logoUrl |
string
Wymagane. Adres URL logo dodatku w Meet. To logo jest używane w całej usłudze Meet. Jeśli nie zostanie określone, logo będzie domyślnie ustawione na logo w sekcji wspólnej pliku manifestu.
|
darkModeLogoUrl |
string
Opcjonalnie. Adres URL logo dodatku w trybie ciemnym.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-31 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]