Whereby

Schedule and record video meetings with the Whereby Chrome extension

ما هو Whereby؟

Whereby هو إضافة Chrome تم تطويرها بواسطة https://whereby.com، والميزة الرئيسية لها هي "Schedule and record video meetings with the Whereby Chrome extension".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Whereby

قم بتنزيل ملفات الامتداد Whereby بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://whereby.helpscoutdocs.com/article/528-calendar-integration
عنوان صفحة سياسة الخصوصية 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
}