Desktop Share Helper

A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…

ما هو Desktop Share Helper؟

Desktop Share Helper هو إضافة Chrome تم تطويرها بواسطة https://ipro.mercuri.ca، والميزة الرئيسية لها هي "A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…".

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

screenshot

تحميل ملف CRX للإضافة Desktop Share Helper

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

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

                        A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.  The presenter will be prompted to use this app when they wish to share their desktop.  The app is compatible with Google's latest APIs and only needs to be installed once.  Note that document sharing does not require this app.
This app is designed to work in Chrome on both Mac and Windows.  A similar share app is available for Firefox, Internet Explorer, Safari, Opera and other modern HTML5 browsers that can be downloaded when using one of these browsers. Users with only an old browser like Internet Explorer 8 or older may download the full desktop app for either Windows or Mac from our website.
Enjoy! This app is free to download and use.  Please rate and review it!
More information at our website: http://www.mercuri.ca                    

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

الاسم Desktop Share Helper Desktop Share Helper
ID gbmbjeckadcankjhfjikpapikifbjcbb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/desktop-share-helper/gbmbjeckadcankjhfjikpapikifbjcbb
الوصف A desktop sharing helper app for video and web conferencing with Illustrate Pro, Mercuri Conferencing's web collaboration platform.…
حجم الملف 35.25 KB
عدد التثبيتات 111
النسخة الحالية 1.1.3
آخر تحديث 2016-01-06
تاريخ النشر 2016-01-06
تقييم 5.00/5 مجموع تقييمات 1
المطور https://ipro.mercuri.ca
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.mercuri.ca
عنوان صفحة المساعدة http://www.mercuri.ca
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Desktop Share Helper",
    "version": "1.1.3",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/ipro.mercuri.ca\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/ipro.mercuri.ca\/*"
        ]
    },
    "permissions": [
        "tabs",
        "nativeMessaging",
        "*:\/\/ipro.mercuri.ca\/*"
    ],
    "web_accessible_resources": [
        "icon_32.png",
        "icon_128.png"
    ],
    "manifest_version": 2
}