Cyclops Screensharing

Allows for screensharing on Cyclops.

ما هو Cyclops Screensharing؟

Cyclops Screensharing هو إضافة Chrome تم تطويرها بواسطة http://cyclops.io، والميزة الرئيسية لها هي "Allows for screensharing on Cyclops.".

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

screenshot

تحميل ملف CRX للإضافة Cyclops Screensharing

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

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

                        Cyclops is a collaborative environment that brings the experience of a physical conference room to distributed teams who are working online. Cyclops is your no-download solution for meetings that are fast and secure; just grab a link to your virtual room and go.
 
Cyclops currently supports up to 8 people in a room. Name a room and get started fast with our 1-click rooms to collaborate in a transient space that anyone can join. Claim the room to reuse the URL exclusively, and lock your room for meetings that are invitation only.                    

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

الاسم Cyclops Screensharing Cyclops Screensharing
ID dpbhnmndoiiefjhipoldejoaopnmedmb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/cyclops-screensharing/dpbhnmndoiiefjhipoldejoaopnmedmb
الوصف Allows for screensharing on Cyclops.
حجم الملف 5.52 KB
عدد التثبيتات 204
النسخة الحالية 2.0.1
آخر تحديث 2018-10-01
تاريخ النشر 2018-10-01
تقييم 5.00/5 مجموع تقييمات 3
المطور http://cyclops.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cyclops.io
عنوان صفحة المساعدة https://www.cyclops.io/about
عنوان صفحة سياسة الخصوصية https://www.cyclops.io/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cyclops Screensharing",
    "description": "Allows for screensharing on Cyclops.",
    "version": "2.0.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.cyclops.io\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}