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 |
官方網址 | 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 } |