IceWarp Screen Sharing

This extension allows you to share your screen to other users in the IceWarp WebClient.

ما هو IceWarp Screen Sharing؟

IceWarp Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://icewarp.com، والميزة الرئيسية لها هي "This extension allows you to share your screen to other users in the IceWarp WebClient.".

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

screenshot

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

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

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

                        IceWarp WebClient is an all-in-one hub for your messaging communications, whether email, instant messaging, voice, online conferencing, document management, and more. Accessible from your desktop or on-the-go, you are truly able to access everything you need during your workday while never leaving the IceWarp interface.                    

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

الاسم IceWarp Screen Sharing IceWarp Screen Sharing
ID gpeicpibkllbejpnminnmecpjedmhhdg
عنوان URL الرسمي https://chromewebstore.google.com/detail/icewarp-screen-sharing/gpeicpibkllbejpnminnmecpjedmhhdg
الوصف This extension allows you to share your screen to other users in the IceWarp WebClient.
حجم الملف 9.67 KB
عدد التثبيتات 537
النسخة الحالية 1.0.5
آخر تحديث 2014-10-14
تاريخ النشر 2014-10-14
تقييم 4.94/5 مجموع تقييمات 32
المطور https://icewarp.com
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IceWarp Screen Sharing",
    "author": "Martin Ekblom",
    "version": "1.0.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This extension allows you to share your screen to other users in the IceWarp WebClient.",
    "homepage_url": "http:\/\/www.icewarp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*.icewarp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.icewarp.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon.png",
        "128": "icon128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png",
        "icon16.png",
        "icon128.png"
    ]
}