Customer Meetings

Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.

ما هو Customer Meetings؟

Customer Meetings هو إضافة Chrome تم تطويرها بواسطة https://vectera.com، والميزة الرئيسية لها هي "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

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

screenshot

تحميل ملف CRX للإضافة Customer Meetings

قم بتنزيل ملفات الامتداد Customer Meetings بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension helps you unlock the full Customer Meeting experience: add a video meeting room from your Google calendar, record your meetings, collaborate using the whiteboards and browse together in your Google Chrome tabs.

For more info please visit https://help.vectera.com/en/support/solutions/articles/7000072585                    

معلومات أساسية عن التمديد

الاسم Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
الوصف Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
حجم الملف 158 KB
عدد التثبيتات 6,574
النسخة الحالية 2.3.47
آخر تحديث 2023-09-22
تاريخ النشر 2020-04-08
تقييم 4.50/5 مجموع تقييمات 8
المطور https://vectera.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.vectera.com
عنوان صفحة المساعدة https://help.vectera.com/en/support/home
عنوان صفحة سياسة الخصوصية https://www.vectera.com/policies/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Customer Meetings",
    "author": "Vectera",
    "version": "2.3.47",
    "manifest_version": 2,
    "minimum_chrome_version": "54",
    "description": "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.",
    "homepage_url": "https:\/\/www.vectera.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "desktopCapture",
        "clipboardRead",
        "unlimitedStorage",
        ""
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "icon-16.png"
    ],
    "incognito": "split"
}