Customer Meetings

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

Customer Meetings là gì?

Customer Meetings là một tiện ích mở rộng Chrome được phát triển bởi https://vectera.com, và tính năng chính của nó là "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Customer Meetings

Tải xuống các tệp mở rộng Customer Meetings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Customer Meetings Customer Meetings
ID nllnakkoanoloffpgpglbkijkdmiohmi
URL Chính Thức https://chromewebstore.google.com/detail/customer-meetings/nllnakkoanoloffpgpglbkijkdmiohmi
Mô tả Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions.
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 6,574
Phiên Bản Hiện Tại 2.3.47
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2020-04-08
Đánh Giá 4.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://vectera.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.vectera.com
URL Trang Trợ Giúp https://help.vectera.com/en/support/home
URL Trang Chính Sách Bảo Mật https://www.vectera.com/policies/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
}