Whereby

Schedule and record video meetings with the Whereby Chrome extension

Was ist Whereby?

Whereby ist eine Chrome-Erweiterung, die von https://whereby.com entwickelt wurde, und ihr Hauptmerkmal ist "Schedule and record video meetings with the Whereby Chrome extension".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Whereby-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whereby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Whereby Whereby
ID bbpjcfkgapecndkanjcojnldopjlnmjk
Offizielle URL https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk
Beschreibung Schedule and record video meetings with the Whereby Chrome extension
Dateigröße 1015 KB
Installationsanzahl 167,499
Aktuelle Version 2.4.42
Letztes Update 2021-11-10
Veröffentlichungsdatum 2020-06-11
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler https://whereby.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://whereby.com
Hilfeseite URL https://whereby.helpscoutdocs.com/article/528-calendar-integration
URL der Datenschutzrichtlinien-Seite https://whereby.com/information/tos/privacy-policy
Unterstützte Sprachen 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
}