CliqMeet Screenshare

A simple extension that allows you to stream your desktop into meetings with CliqMeet.

CliqMeet Screenshare란 무엇입니까?

CliqMeet Screenshare은(는) https://cliqmeet.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple extension that allows you to stream your desktop into meetings with CliqMeet."입니다.

확장 프로그램 스크린샷

screenshot

CliqMeet Screenshare 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple extension that allows you to stream your desktop into meetings with CliqMeet.
No installation and no Flash required. CliqMeet is a HTML5 Web conferencing solution. It works on any device. 

You can try it out yourself at https://www.cliqmeet.com.

This extension provides the cliqmeet site with desktop streaming functionality over Chrome.

Start online meetings with one click and perform video conferencing, screen sharing , whiteboard and online presentations and even record everything.                    

확장 프로그램 기본 정보

이름 CliqMeet Screenshare CliqMeet Screenshare
ID mobodblofhlnnogfkomgijbbikbjlool
공식 URL https://chromewebstore.google.com/detail/cliqmeet-screenshare/mobodblofhlnnogfkomgijbbikbjlool
설명 A simple extension that allows you to stream your desktop into meetings with CliqMeet.
파일 크기 19.94 KB
설치 횟수 268
현재 버전 0.0.0.5
최근 업데이트 2014-10-13
출시 날짜 2014-10-13
평점 4.14/5 총 7 개의 평점
개발자 https://cliqmeet.com
결제 유형 free
확장 프로그램 웹 사이트 https://www.cliqmeet.com
도움말 페이지 URL https://www.cliqmeet.com/en-US/support
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "description": "A simple extension that allows you to stream your desktop into meetings with CliqMeet.",
    "externally_connectable": {
        "matches": [
            "*:\/\/www.cliqmeet.local\/*",
            "*:\/\/*.cliqmeet.com\/*",
            "*:\/\/*.webinar.cc\/*",
            "*:\/\/*.camference.events\/*",
            "*:\/\/*.waf-meeting.de\/*"
        ]
    },
    "icons": {
        "128": "cliqmeet-logo-128x128.png",
        "16": "cliqmeet-logo-16x16.png",
        "48": "cliqmeet-logo-48x48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "CliqMeet Screenshare",
    "short_name": "Desktop and Screen sharing to any device",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.5"
}