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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Whereby 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}