Cyclops Screen Sharing

Allows Cyclops users to share their Desktop.

Cyclops Screen Sharing क्या है?

Cyclops Screen Sharing https://cyclops.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows Cyclops users to share their Desktop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cyclops Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL https://www.cyclops.io/product
गोपनीयता नीति पृष्ठ URL 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\/*"
        ]
    }
}