Customer Meetings

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

Customer Meetings란 무엇입니까?

Customer Meetings은(는) https://vectera.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add video meeting rooms to your Google Calendar events, record the meetings and try cobrowsing sessions."입니다.

확장 프로그램 스크린샷

screenshot

Customer Meetings 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}