CliqMeet Screenshare

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

CliqMeet Screenshareคืออะไร?

CliqMeet Screenshare เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cliqmeet.com และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings with CliqMeet."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CliqMeet Screenshare

ดาวน์โหลดไฟล์ส่วนขยาย CliqMeet Screenshare ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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