FluentCloud Meetings Presenter

This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.

ما هو FluentCloud Meetings Presenter؟

FluentCloud Meetings Presenter هو إضافة Chrome تم تطويرها بواسطة https://www.fluentstream.com، والميزة الرئيسية لها هي "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.".

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

screenshot

تحميل ملف CRX للإضافة FluentCloud Meetings Presenter

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

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

                        FluentCloud Meetings allows for very efficient collaboration. It allows users to stream their desktop or only some windows. It also shared document editing with Etherpad and remote presentations with Prezi.                    

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

الاسم FluentCloud Meetings Presenter FluentCloud Meetings Presenter
ID jjgfjbggknjheidfijhjnmnnicgnklij
عنوان URL الرسمي https://chromewebstore.google.com/detail/fluentcloud-meetings-pres/jjgfjbggknjheidfijhjnmnnicgnklij
الوصف This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.
حجم الملف 15.74 KB
عدد التثبيتات 121
النسخة الحالية 0.1.6
آخر تحديث 2016-10-13
تاريخ النشر 2016-10-13
تقييم 5.00/5 مجموع تقييمات 1
المطور https://www.fluentstream.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.fluentstream.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FluentCloud Meetings Presenter",
    "description": "This extension is required to share your desktop with FluentCloud Meetings, brought to you by FluentStream Technologies.",
    "version": "0.1.6",
    "short_name": "FluentCloudPresenter",
    "minimum_chrome_version": "34",
    "icons": {
        "16": "FS_VideoConf_Icon1_16x16.png",
        "48": "FS_VideoConf_Icon2_48x48.png",
        "128": "FS_VideoConf_Icon3_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/meet.fluentcloud.com\/*"
        ]
    }
}