Exentriq Desktop Streamer

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

Exentriq Desktop Streamerคืออะไร?

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

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Exentriq Desktop Streamer

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

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

                        Exentriq Meet allows to have your communication tools all in one place and fully integrated with your favorite automation apps. With Exentriq Meet you can share your screen as well as a Prezi presentations or Exentriq presentations.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Exentriq Desktop Streamer Exentriq Desktop Streamer
ID mkaenpdiljjlapjnnnkdihfmmdpheddo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exentriq-desktop-streamer/mkaenpdiljjlapjnnnkdihfmmdpheddo
คำอธิบาย A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.
ขนาดไฟล์ 20.8 KB
จำนวนการติดตั้ง 45
เวอร์ชันปัจจุบัน 0.1.9
อัปเดตครั้งล่าสุด 2017-02-09
วันที่เผยแพร่ 2017-02-09
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://talk.exentriq.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.exentriq.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exentriq Desktop Streamer",
    "description": "A simple extension that allows you to stream your desktop into meetings with Exentriq Meet.",
    "version": "0.1.9",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "jitsi-logo-16x16.png",
        "48": "jitsi-logo-48x48.png",
        "128": "jitsi-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/talk-stage.exentriq.com\/*",
            "*:\/\/talk.exentriq.com\/*",
            "*:\/\/meet.exentriq.com\/*"
        ]
    }
}