Gather Meetings
Schedule meetings in Gather directly from Google Calendar
Gather Meetingsคืออะไร?
Gather Meetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gather.town และคุณลักษณะหลักของมันคือ "Schedule meetings in Gather directly from Google Calendar"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gather Meetings
ดาวน์โหลดไฟล์ส่วนขยาย Gather Meetings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ready to make meetings more productive, immersive, and fun for your remote team? Host your team on Gather with a newly optimized meeting experience! In an all-new meeting experience with the Gather Meetings extension, you can: • Add a Gather meeting link on your Google Calendar invitation that automatically takes you to an open Private Area in your space • Automatically select a Private Area in your Gather Space with the right capacity for your meeting • Generate a one-click link that brings participants directly to the meeting when it starts In Gather, remote teams work naturally, build relationships, and collaborate side-by-side, even when they’re miles apart. Try Gather for free at https://app.gather.town/get-started Remember: If you’re a Space Admin or Builder, open the app's Mapmaker and give existing Private Areas a name and occupancy limit. You can also edit the Area names directly from the Participants Panel. If you don’t have any dedicated meeting areas yet, we recommend you build out a few for different sizes of meetings, or you can check out new Office Templates that come with some pre-existing options. By installing this extension, you agree to the Gather Terms of Service and Privacy Policy at https://www.gather.town/terms-of-service and https://www.gather.town/privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Gather Meetings |
ID | nmgegmkaijcgdgkfjhlbbaoabldoaehj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gather-meetings/nmgegmkaijcgdgkfjhlbbaoabldoaehj |
คำอธิบาย | Schedule meetings in Gather directly from Google Calendar |
ขนาดไฟล์ | 1.34 MB |
จำนวนการติดตั้ง | 30,046 |
เวอร์ชันปัจจุบัน | 0.0.86 |
อัปเดตครั้งล่าสุด | 2024-01-06 |
วันที่เผยแพร่ | 2022-08-16 |
คะแนน | 4.83/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://gather.town |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://app.gather.town/get-started |
URL หน้าช่วยเหลือ | https://support.gather.town/help |
URL หน้านโยบายความเป็นส่วนตัว | https://www.gather.town/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gather Meetings", "description": "Schedule meetings in Gather directly from Google Calendar", "version": "0.0.86", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.gather.town\/*" ] }, "action": { "default_title": "Gather Calendar Extension", "default_popup": "popup\/popup.html" }, "permissions": [ "storage" ], "background": { "service_worker": "service-worker.js" }, "host_permissions": [ "https:\/\/api.staging.gather.town\/", "https:\/\/api.gather.town\/" ], "content_scripts": [ { "js": [ "content-script.js" ], "matches": [ "https:\/\/calendar.google.com\/calendar\/*" ], "run_at": "document_end" } ] } |