Customer Meetings

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

Wat is Customer Meetings?

Customer Meetings is een Chrome-extensie ontwikkeld door https://vectera.com, en de belangrijkste functie is "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Customer Meetings

Download Customer Meetings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
Officiële URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Beschrijving Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Bestandsgrootte 158 KB
Aantal Installaties 6,574
Huidige Versie 2.3.47
Laatst Bijgewerkt 2023-09-22
Publicatiedatum 2020-04-08
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar https://vectera.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.vectera.com
Help Pagina-URL https://help.vectera.com/en/support/home
URL van de Privacybeleid Pagina https://www.vectera.com/policies/privacy-policy
Ondersteunde Talen 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"
}