Whereby

Schedule and record video meetings with the Whereby Chrome extension

Apa itu Whereby?

Whereby adalah ekstensi Chrome yang dikembangkan oleh https://whereby.com, dan fitur utamanya adalah "Schedule and record video meetings with the Whereby Chrome extension".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Whereby

Unduh file ekstensi Whereby dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Whereby Whereby
ID bbpjcfkgapecndkanjcojnldopjlnmjk
URL Resmi https://chromewebstore.google.com/detail/whereby/bbpjcfkgapecndkanjcojnldopjlnmjk
Deskripsi Schedule and record video meetings with the Whereby Chrome extension
Ukuran File 1015 KB
Jumlah Instalasi 167,499
Versi Saat Ini 2.4.42
Terakhir Diperbarui 2021-11-10
Tanggal Publikasi 2020-06-11
Penilaian 3.82/5 Total 11 Penilaian
Pengembang https://whereby.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://whereby.com
URL Halaman Bantuan https://whereby.helpscoutdocs.com/article/528-calendar-integration
URL Halaman Kebijakan Privasi https://whereby.com/information/tos/privacy-policy
Bahasa yang Didukung 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
}