Meet 資訊清單資源
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
用於定義 Google Meet 中 Google Workspace 外掛程式內容和行為的資源設定。如果擴充 Meet,Google Workspace 外掛程式資訊清單必須包含所有標示為「必要」的元件。
Meet
Google Meet 擴充功能的 Google Workspace 外掛程式資訊清單設定。詳情請參閱「使用 Google Workspace 外掛程式擴充 Meet 功能」。
網頁
網路執行屬性。
JSON 表示法 |
{
"sidePanelUrl": string,
"supportsScreenSharing": boolean,
"addOnOrigins": [
{
string: string,
...
}
],
"logoUrl": string,
"darkModeLogoUrl": string
} |
欄位 |
sidePanelUrl |
string
必要。側邊面板 iframe 的網址。這也是外掛程式應用程式進入點的網址。
|
supportsScreenSharing |
boolean
必要。外掛程式是否支援分享螢幕畫面。
如果設為 false ,使用者必須使用外掛程式,才能查看協作外掛程式工作階段的內容。
如果設為
true ,協作外掛程式工作階段的發起人可以分享外掛程式畫面。
|
addOnOrigins |
string
必要。託管外掛程式的來源陣列。如果兩個網址的配置、主機和通訊埠相同,就屬於同一來源。子來源和萬用字元子網域也允許使用。
詳情請參閱「外掛程式安全性」。
|
logoUrl |
string
必要。外掛程式標誌的 Meet 專屬網址。這個標誌會顯示在 Meet 各處。如未指定,標誌會預設為資訊清單一般部分中的標誌。
|
darkModeLogoUrl |
string
(選用步驟) 外掛程式標誌的深色模式專屬網址。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-31 (世界標準時間)。
[null,null,["上次更新時間:2025-08-31 (世界標準時間)。"],[],[],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. |"]]