3CX WebMeeting

Share your screen and co browse with 3CX WebMeeting

ما هو 3CX WebMeeting؟

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

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

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

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

                                            

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

الاسم 3CX WebMeeting 3CX WebMeeting
ID jmpkiahcfkocbfffobodjfojbcblgfgg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/3cx-webmeeting/jmpkiahcfkocbfffobodjfojbcblgfgg
الوصف Share your screen and co browse with 3CX WebMeeting
حجم الملف 33.86 KB
عدد التثبيتات 77
النسخة الحالية 8.3
آخر تحديث 2015-08-12
تاريخ النشر 2015-08-12
المطور karlshemsvagen
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "8.3",
    "name": "3CX WebMeeting",
    "short_name": "3CX WebMeeting",
    "description": "Share your screen and co browse with 3CX WebMeeting",
    "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": [
            "*:\/\/*.karlshem.fortiddns.com\/*"
        ]
    }
}