Customer Meetings

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

Τι είναι το Customer Meetings;

Το Customer Meetings είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://vectera.com, και η κύρια λειτουργία του είναι "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Customer Meetings

Λήψη αρχείων επέκτασης Customer Meetings σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
Επίσημο URL https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Περιγραφή Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Μέγεθος Αρχείου 158 KB
Αριθμός Εγκαταστάσεων 6,574
Τρέχουσα Έκδοση 2.3.47
Τελευταία Ενημέρωση 2023-09-22
Ημερομηνία Δημοσίευσης 2020-04-08
Αξιολόγηση 4.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://vectera.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.vectera.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.vectera.com/en/support/home
URL της Σελίδας Πολιτικής Απορρήτου https://www.vectera.com/policies/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
}