Whereby

Schedule and record video meetings with the Whereby Chrome extension

Whereby là gì?

Whereby là một tiện ích mở rộng Chrome được phát triển bởi https://whereby.com, và tính năng chính của nó là "Schedule and record video meetings with the Whereby Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whereby

Tải xuống các tệp mở rộng Whereby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whereby Whereby
ID bbpjcfkgapecndkanjcojnldopjlnmjk
URL Chính Thức https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk
Mô tả Schedule and record video meetings with the Whereby Chrome extension
Kích Thước Tệp 1015 KB
Số Lần Cài Đặt 167,499
Phiên Bản Hiện Tại 2.4.42
Cập Nhật Lần Cuối 2021-11-10
Ngày Phát Hành 2020-06-11
Đánh Giá 3.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://whereby.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://whereby.com
URL Trang Trợ Giúp https://whereby.helpscoutdocs.com/article/528-calendar-integration
URL Trang Chính Sách Bảo Mật https://whereby.com/information/tos/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}