Comcast Desktop Sharing for Slack

A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0

Comcast Desktop Sharing for Slackคืออะไร?

Comcast Desktop Sharing for Slack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yak.comcast.net และคุณลักษณะหลักของมันคือ "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comcast Desktop Sharing for Slack

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

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

                        A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0                    

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

ชื่อ Comcast Desktop Sharing for Slack Comcast Desktop Sharing for Slack
ID kbfkfbbpgjoanmbplgclejgcecpmjabh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/comcast-desktop-sharing-f/kbfkfbbpgjoanmbplgclejgcecpmjabh
คำอธิบาย A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0
ขนาดไฟล์ 18.49 KB
จำนวนการติดตั้ง 308
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-07-18
วันที่เผยแพร่ 2016-07-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://yak.comcast.net
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comcast Desktop Sharing for Slack",
    "description": "A simple extension that allows you to stream your desktop into meetings, powered by Comcast webrtc 2.0",
    "version": "0.1.0",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "comcast-logo-16x16.png",
        "48": "comcast-logo-48x48.png",
        "128": "comcast-logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/yak.comcast.net\/*"
        ]
    }
}