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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
        ]
    }
}