3CX Webmeeting

Share your screen and co browse with 3CX WebRTC Meetings

ما هو 3CX Webmeeting؟

3CX Webmeeting هو إضافة Chrome تم تطويرها بواسطة spereg53، والميزة الرئيسية لها هي "Share your screen and co browse with 3CX WebRTC Meetings".

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

screenshot

تحميل ملف CRX للإضافة 3CX Webmeeting

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

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

                        este es el completo.                    

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

الاسم 3CX Webmeeting 3CX Webmeeting
ID hhcfkgdbllagkfjdmmhhcanbehldemeg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/3cx-webmeeting/hhcfkgdbllagkfjdmmhhcanbehldemeg
الوصف Share your screen and co browse with 3CX WebRTC Meetings
حجم الملف 33.22 KB
عدد التثبيتات 19
النسخة الحالية 7.7
آخر تحديث 2015-02-27
تاريخ النشر 2015-02-27
المطور spereg53
نوع الدفع free
اللغات المدعومة es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "7.7",
    "name": "3CX Webmeeting",
    "short_name": "3CX WebRTC",
    "description": "Share your screen and co browse with 3CX WebRTC Meetings",
    "author": "3CX",
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Send page link to others participants"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/conferencia.facir.com\/*"
        ]
    }
}