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 |
Eメール | [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 } |