Whereby
Schedule and record video meetings with the Whereby Chrome extension
什么是Whereby?
Whereby是由https://whereby.com开发的Chrome扩展程序,该扩展的主要功能是“Schedule and record video meetings with the Whereby Chrome extension”。
扩展截图
下载Whereby扩展crx文件
下载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 } |