Customer Meetings

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

Apa itu Customer Meetings?

Customer Meetings adalah ekstensi Chrome yang dikembangkan oleh https://vectera.com, dan fitur utamanya adalah "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Customer Meetings

Unduh file ekstensi Customer Meetings 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

                        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                    

Informasi Dasar Ekstensi

Nama Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
URL Resmi https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Deskripsi Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Ukuran File 158 KB
Jumlah Instalasi 6,574
Versi Saat Ini 2.3.47
Terakhir Diperbarui 2023-09-22
Tanggal Publikasi 2020-04-08
Penilaian 4.50/5 Total 8 Penilaian
Pengembang https://vectera.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.vectera.com
URL Halaman Bantuan https://help.vectera.com/en/support/home
URL Halaman Kebijakan Privasi https://www.vectera.com/policies/privacy-policy
Bahasa yang Didukung 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"
}