แหล่งข้อมูลไฟล์ Manifest ของ Meet
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
การกำหนดค่าทรัพยากรที่ใช้เพื่อกำหนดเนื้อหาและลักษณะการทำงานของส่วนเสริม Google Workspace
ภายใน Google Meet ไฟล์ Manifest ของส่วนเสริม Google Workspace
ต้องมีคอมโพเนนต์ทั้งหมดที่ทำเครื่องหมายเป็นต้องระบุหากขยาย
Meet
Meet
การกำหนดค่าไฟล์ Manifest ของส่วนเสริม 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 2 รายการจะมีต้นทางเดียวกันเมื่อใช้รูปแบบ โฮสต์ และพอร์ตเดียวกัน นอกจากนี้ ยังอนุญาตให้ใช้ต้นทางย่อยและโดเมนย่อยแบบไวลด์การ์ดได้ด้วย
ดูรายละเอียดเพิ่มเติมได้ที่ความปลอดภัยของส่วนเสริม
|
logoUrl |
string
ต้องระบุ URL ของโลโก้สำหรับส่วนเสริมที่เฉพาะเจาะจงของ Meet โลโก้นี้จะใช้ใน Meet ทั้งหมด หากไม่ได้ระบุไว้ โลโก้จะใช้โลโก้ในส่วนที่ใช้ร่วมกันของไฟล์ Manifest เป็นค่าเริ่มต้น
|
darkModeLogoUrl |
string
ไม่บังคับ URL เฉพาะของโลโก้สำหรับส่วนเสริมในโหมดมืด
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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. |"]]