Screen Share

Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.

Screen Share क्या है?

Screen Share authorGEN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Screen Share एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Share the screen of your browser window using Screen Share when teaching, training or collaborating online via webRTC Virtual Classroom.  Add this extension to your Chrome browser just once and share the contents of your screen or a particular application with your audience seamlessly.                    

एक्सटेंशन की मूल जानकारी

नाम Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
आधिकारिक URL https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
विवरण Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
फ़ाइल का आकार 13.21 KB
स्थापना संख्या 58,170
वर्तमान संस्करण 0.0.0.8
अंतिम अपडेट 2017-11-07
प्रकाशन तिथि 2017-11-07
रेटिंग 2.47/5 कुल 43 रेटिंग्स
डेवलपर authorGEN
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL http://www.authorgen.com/Privacy.aspx
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Share",
    "author": "WizIQ",
    "version": "0.0.0.8",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}