Whereby
Schedule and record video meetings with the Whereby Chrome extension
Wherebyคืออะไร?
Whereby เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://whereby.com และคุณลักษณะหลักของมันคือ "Schedule and record video meetings with the Whereby Chrome extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whereby
ดาวน์โหลดไฟล์ส่วนขยาย Whereby ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Add the Whereby Chrome extension to get the most out of your Whereby experience! - Make any meeting a Whereby meeting through our Google Calendar integration. - Record your meetings for future reference* - Quick room access through your Chrome toolbar *Recording is a $5/mo add-on feature on the Pro plan and included at no extra charge with all Business plans. The Whereby service lets you start a video conversation with anyone right in the browser, without the need to download and install anything, or register an account.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Whereby |
ID | bbpjcfkgapecndkanjcojnldopjlnmjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk |
คำอธิบาย | Schedule and record video meetings with the Whereby Chrome extension |
ขนาดไฟล์ | 1015 KB |
จำนวนการติดตั้ง | 167,499 |
เวอร์ชันปัจจุบัน | 2.4.42 |
อัปเดตครั้งล่าสุด | 2021-11-10 |
วันที่เผยแพร่ | 2020-06-11 |
คะแนน | 3.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://whereby.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://whereby.com |
URL หน้าช่วยเหลือ | https://whereby.helpscoutdocs.com/article/528-calendar-integration |
URL หน้านโยบายความเป็นส่วนตัว | https://whereby.com/information/tos/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whereby", "version": "2.4.42", "description": "Schedule and record video meetings with the Whereby Chrome extension", "permissions": [ "desktopCapture", "storage", "*:\/\/*.whereby.com\/*", "https:\/\/api.whereby.dev\/*" ], "optional_permissions": [ "https:\/\/calendar.google.com\/*", "system.cpu", "system.memory" ], "content_scripts": [ { "matches": [ "*:\/\/*.whereby.com\/*" ], "js": [ "whereby.inject.bundle.js" ], "run_at": "document_start" } ], "icons": { "16": "assets\/whereby-logo\/icon-16.png", "48": "assets\/whereby-logo\/icon-48.png", "64": "assets\/whereby-logo\/icon-64.png", "128": "assets\/whereby-logo\/icon-128.png" }, "background": { "scripts": [ "background-script.bundle.js" ], "persistent": false }, "browser_action": { "default_popup": "index.html" }, "web_accessible_resources": [ "index.html", "assets\/*.png" ], "manifest_version": 2 } |