Meet मेनिफ़ेस्ट संसाधन
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह रिसॉर्स कॉन्फ़िगरेशन, Google Meet में Google Workspace ऐड-ऑन के कॉन्टेंट और व्यवहार को तय करने के लिए इस्तेमाल किया जाता है. अगर Google Workspace ऐड-ऑन, Meet के साथ काम करते हैं, तो उनके मेनिफ़ेस्ट में ज़रूरी है के तौर पर मार्क किए गए सभी कॉम्पोनेंट होने चाहिए.
Meet
Google Meet एक्सटेंशन के लिए, Google Workspace ऐड-ऑन मेनिफ़ेस्ट कॉन्फ़िगरेशन. ज़्यादा जानकारी के लिए, Google Workspace ऐड-ऑन की मदद से Meet की सुविधाओं को बढ़ाना लेख पढ़ें.
JSON के काेड में दिखाना |
{
"web": {
object (Web)
},
"homepageTrigger": {
object (HomepageTrigger)
}
} |
फ़ील्ड |
web |
object (Web)
ज़रूरी है. Meet Google Workspace ऐड-ऑन के लिए वेब कॉन्फ़िगरेशन.
|
homepageTrigger |
object (HomepageTrigger)
मीटिंग होस्ट करने वाले व्यक्ति के Meet में ऐड-ऑन का होम पेज बनाने के लिए, ट्रिगर फ़ंक्शन की खास जानकारी. इससे
addOns.common.homepageTrigger बदल जाएगा.
|
वेब
वेब पर लागू होने वाली प्रॉपर्टी.
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
ज़रूरी नहीं. ऐड-ऑन के लोगो का यूआरएल, जो गहरे रंग वाले मोड के लिए खास तौर पर बनाया गया है.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]