Customer Meetings

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

Cos'è Customer Meetings?

Customer Meetings è un'estensione di Chrome sviluppata da https://vectera.com, e la sua funzione principale è "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Customer Meetings

Scarica i file di estensione Customer Meetings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
URL Ufficiale https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Descrizione Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Dimensione del File 158 KB
Conteggio Installazioni 6,574
Versione Corrente 2.3.47
Ultimo Aggiornamento 2023-09-22
Data di Pubblicazione 2020-04-08
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://vectera.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.vectera.com
URL della Pagina di Aiuto https://help.vectera.com/en/support/home
URL della Pagina della Politica sulla Privacy https://www.vectera.com/policies/privacy-policy
Lingue Supportate 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"
}