Coffee Table Screen Sharing

A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.

ما هو Coffee Table Screen Sharing؟

Coffee Table Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://coffeetable.vc، والميزة الرئيسية لها هي "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Coffee Table Screen Sharing

قم بتنزيل ملفات الامتداد Coffee Table Screen Sharing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Screen sharing extension for Coffee Table video meetings. For Chrome browser only. For any issues or queries, contact us on [email protected]                    

معلومات أساسية عن التمديد

الاسم Coffee Table Screen Sharing Coffee Table Screen Sharing
ID akdogkogbflojojlnmfojnjnghkmdjbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/coffee-table-screen-shari/akdogkogbflojojlnmfojnjnghkmdjbc
الوصف A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.
حجم الملف 6.14 KB
عدد التثبيتات 18
النسخة الحالية 0.0.0.6
آخر تحديث 2015-09-23
تاريخ النشر 2015-09-22
المطور https://coffeetable.vc
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Saurabh Pabhare",
    "name": "Coffee Table Screen Sharing",
    "description": "A simple extension that allows user to share his desktop screens with other participants of Coffee Table Video Meetings.",
    "version": "0.0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "128": "fav-icon.png",
        "16": "fav-icon.png",
        "48": "fav-icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/coffeetable.vc\/*",
            "*:\/\/www.coffeetable.vc\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}