Customer Meetings

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

Co to jest Customer Meetings?

Customer Meetings to rozszerzenie Chrome opracowane przez https://vectera.com, a jego główną funkcją jest „Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Customer Meetings

Pobierz pliki rozszerzeń Customer Meetings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
Oficjalny URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Opis Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Rozmiar pliku 158 KB
Liczba instalacji 6,574
Aktualna Wersja 2.3.47
Ostatnia Aktualizacja 2023-09-22
Data Publikacji 2020-04-08
Ocena 4.50/5 Łącznie 8 Oceny
Deweloper https://vectera.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.vectera.com
Adres URL Strony Pomocy https://help.vectera.com/en/support/home
Adres URL Strony Polityki Prywatności https://www.vectera.com/policies/privacy-policy
Obsługiwane Języki 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"
}