Proficonf screen sharing

Simple extension that allows to stream desktop with proficonf.com

ما هو Proficonf screen sharing؟

Proficonf screen sharing هو إضافة Chrome تم تطويرها بواسطة https://proficonf.com، والميزة الرئيسية لها هي "Simple extension that allows to stream desktop with proficonf.com".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Proficonf screen sharing

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

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

                        Chrome extension to share the screen from your computer in a video conversation for your audience.

Proficonf allows you to start a video conversation with anyone right in the browser, without the need to download and install any software. 

Proficonf includes all you need in one application for a great communication experience:

* Documents demonstration
* High quality screen sharing
* Multi-user chat
* Recordings 

.. and many more

Be productive with the latest video conferencing technologies!                    

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

الاسم Proficonf screen sharing Proficonf screen sharing
ID jhflfpbpmmmafddiaajdipeibfnddcaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/proficonf-screen-sharing/jhflfpbpmmmafddiaajdipeibfnddcaa
الوصف Simple extension that allows to stream desktop with proficonf.com
حجم الملف 11 KB
عدد التثبيتات 228
النسخة الحالية 1.0.1
آخر تحديث 2018-03-21
تاريخ النشر 2018-03-21
تقييم 5.00/5 مجموع تقييمات 1
المطور https://proficonf.com
نوع الدفع free
موقع الإضافة https://proficonf.com
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proficonf screen sharing",
    "description": "Simple extension that allows to stream desktop with proficonf.com",
    "version": "1.0.1",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "logo-16x16.png",
        "48": "logo-48x48.png",
        "128": "logo-128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/proficonf.com\/*",
            "*:\/\/*.proficonf.com\/*",
            "*:\/\/*.proficonf.io\/*",
            "http:\/\/localhost:8000\/*"
        ]
    }
}