Wit Web Communicator Screen Sharing

This extension allows you to share your screen

ما هو Wit Web Communicator Screen Sharing؟

Wit Web Communicator Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://demo.wit-software.com/webcommunicator/webrtc، والميزة الرئيسية لها هي "This extension allows you to share your screen".

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

screenshot

تحميل ملف CRX للإضافة Wit Web Communicator Screen Sharing

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

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

                        This extension needs to be installed in order to use screen share feature when using WIT-Software web products in Chrome.

If you want to know more about us please visit https://www.wit-software.com/                    

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

الاسم Wit Web Communicator Screen Sharing Wit Web Communicator Screen Sharing
ID chdodaolgebgmhjkppjcincpoeonlgnc
عنوان URL الرسمي https://chromewebstore.google.com/detail/wit-web-communicator-scre/chdodaolgebgmhjkppjcincpoeonlgnc
الوصف This extension allows you to share your screen
حجم الملف 9.03 KB
عدد التثبيتات 59
النسخة الحالية 0.0.6
آخر تحديث 2018-06-06
تاريخ النشر 2018-06-05
المطور https://demo.wit-software.com/webcommunicator/webrtc
نوع الدفع free
موقع الإضافة https://www.wit-software.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wit Web Communicator Screen Sharing",
    "description": "This extension allows you to share your screen",
    "version": "0.0.6",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "16": "wit16.png",
        "48": "wit48.png",
        "128": "wit128.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.wit-software.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.wit-software.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}