8x8 Work Meetings for Google Chrome
Easily schedule 8x8 Work Meetings in any calendaring application in a Google Chrome Browser.
8x8 Work Meetings for Google Chromeคืออะไร?
8x8 Work Meetings for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 8x8team และคุณลักษณะหลักของมันคือ "Easily schedule 8x8 Work Meetings in any calendaring application in a Google Chrome Browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 8x8 Work Meetings for Google Chrome
ดาวน์โหลดไฟล์ส่วนขยาย 8x8 Work Meetings for Google Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
8x8 Work Meetings is a scalable meetings solution perfect for companies of all sizes. It’s simple to use and offers limitless flexibility on how you collaborate with colleagues, vendors and customers. The 8x8 Work Meetings Chrome extension allows you to schedule and join meetings within your own calendar and provides the ability to: Set your meeting link as the meeting location Automatically include all call-in details and URLs (and meeting passwords) Invite attendees from your contact list Allow participants to join with just one click It also provides: * Full participation in meetings without the requirement of creating an account * Ability to create passwords for your meeting space to control who has access * Encryption (by default) for all your meetings * High quality audio and video delivered with the clarity and richness of Opus and VP8 * A browser experience that enables all participants to join with a single click of the meeting URL * Custom URLs that are easy to remember and support your company brand (requires registration)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 8x8 Work Meetings for Google Chrome |
ID | meijccdegkamekaajhmaddlclalhjafm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/8x8-work-meetings-for-goo/meijccdegkamekaajhmaddlclalhjafm |
คำอธิบาย | Easily schedule 8x8 Work Meetings in any calendaring application in a Google Chrome Browser. |
ขนาดไฟล์ | 1.01 MB |
จำนวนการติดตั้ง | 9,276 |
เวอร์ชันปัจจุบัน | 3.0.3 |
อัปเดตครั้งล่าสุด | 2023-10-03 |
วันที่เผยแพร่ | 2020-06-24 |
คะแนน | 5.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | 8x8team |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.8x8.com/web-conferencing |
URL หน้านโยบายความเป็นส่วนตัว | https://www.8x8.com/terms-and-conditions/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "8x8", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnG9wG5Xs32BzghpfhNjvZdetw\/reNKfemRCNCNR89wydVMr3Geehe+hVA9mbS7hAQEC8tyJfHp1YofquhcIsyrysS4C4oxffR4N4TH1gr0IspQcYTvLd0VaTZIY02GxkM7kFi5aPbKqqUB9BKEbrAvATD6sguBBjm+OW4mS3mbryGChWzoJFUtBawYaH\/Y7o3kFRxt8q\/GEiKvkoln7ovEo6pb8ZniFBAzTkFHpyUNcgZXWv8PKaf7OWyBdcDZqM96piUHPEKPMVBqushgPDcNDEDj6NWXrd4BOHEzfK8VR0+\/dyDETHV1GSOLybee1Evm44X+phI9WnhbGuMV3ZUwIDAQAB", "name": "8x8 Work Meetings for Google Chrome", "version": "3.0.3", "description": "Easily schedule 8x8 Work Meetings in any calendaring application in a Google Chrome Browser.", "icons": { "128": "assets\/images\/logo128.png" }, "background": { "service_worker": "scripts\/sso.js" }, "action": { "default_icon": { "128": "assets\/images\/logo128.png" }, "default_title": "8x8 Work Meetings", "default_popup": "templates\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/calendar.google.com\/calendar\/*", "*:\/\/outlook.office.com\/*", "*:\/\/outlook.office365.com\/*", "*:\/\/calendly.com\/*" ], "js": [ "scripts\/main.js" ], "css": [ "assets\/css\/meeting.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/icon48.png", "assets\/css\/meeting.css" ], "matches": [ "https:\/\/calendar.google.com\/*", "https:\/\/outlook.office.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/calendly.com\/*" ] } ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "permissions": [ "tabs", "scripting", "storage" ], "host_permissions": [ "https:\/\/sso.8x8.com\/*", "https:\/\/google-meetings-plugin.8x8.com\/*", "https:\/\/calendar.google.com\/*", "https:\/\/outlook.office365.com\/*", "https:\/\/outlook.live.com\/*", "https:\/\/outlook.office.com\/*" ] } |