Customer Meetings

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

Co je Customer Meetings?

Customer Meetings je rozšíření Chrome vyvinuté https://vectera.com, a jeho hlavní funkcí je „Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Customer Meetings

Stáhněte si soubory rozšíření Customer Meetings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
Oficiální URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Popis Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Velikost souboru 158 KB
Počet instalací 6,574
Aktuální Verze 2.3.47
Poslední Aktualizace 2023-09-22
Datum Vydání 2020-04-08
Hodnocení 4.50/5 Celkem 8 Hodnocení
Vývojář https://vectera.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.vectera.com
URL Stránky Nápovědy https://help.vectera.com/en/support/home
URL Stránky Zásad Ochrany Soukromí https://www.vectera.com/policies/privacy-policy
Podporované Jazyky 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"
}