Whereby

Schedule and record video meetings with the Whereby Chrome extension

¿Qué es Whereby?

Whereby es una extensión de Chrome desarrollada por https://whereby.com, y su función principal es "Schedule and record video meetings with the Whereby Chrome extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Whereby

Descarga archivos de extensión Whereby en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Whereby Whereby
ID bbpjcfkgapecndkanjcojnldopjlnmjk
URL Oficial https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk
Descripción Schedule and record video meetings with the Whereby Chrome extension
Tamaño del Archivo 1015 KB
Cantidad de Instalaciones 167,499
Versión Actual 2.4.42
Última Actualización 2021-11-10
Fecha de Publicación 2020-06-11
Calificación 3.82/5 Total de 11 Calificaciones
Desarrollador https://whereby.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://whereby.com
URL de la Página de Ayuda https://whereby.helpscoutdocs.com/article/528-calendar-integration
URL de la Página de Política de Privacidad https://whereby.com/information/tos/privacy-policy
Idiomas Soportados 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
}