Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

ما هو Cyclops Screen Sharing؟

Cyclops Screen Sharing هو إضافة Chrome تم تطويرها بواسطة https://cyclops.io، والميزة الرئيسية لها هي "Allows Cyclops users to share their Desktop.".

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

screenshot

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

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

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

                        Allows Cyclops users to share their Desktop.

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 Screen Sharing Cyclops Screen Sharing
ID coniodiiboggpkjmngjoningbfnbfpdn
عنوان URL الرسمي https://chromewebstore.google.com/detail/cyclops-screen-sharing/coniodiiboggpkjmngjoningbfnbfpdn
الوصف Allows Cyclops users to share their Desktop.
حجم الملف 6.5 KB
عدد التثبيتات 20
النسخة الحالية 3.0.0
آخر تحديث 2018-10-02
تاريخ النشر 2018-10-02
المطور https://cyclops.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.cyclops.io
عنوان صفحة المساعدة https://www.cyclops.io/product
عنوان صفحة سياسة الخصوصية https://www.cyclops.io/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cyclops Screen Sharing",
    "description": "Allows Cyclops users to share their Desktop.",
    "version": "3.0.0",
    "minimum_chrome_version": "34",
    "icons": {
        "48": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "desktopCapture"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cyclops.io\/*"
        ]
    }
}