Screen Share

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

Wat is Screen Share?

Screen Share is een Chrome-extensie ontwikkeld door authorGEN, en de belangrijkste functie is "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Screen Share

Download Screen Share-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
Officiële URL https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Beschrijving Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Bestandsgrootte 13.21 KB
Aantal Installaties 58,170
Huidige Versie 0.0.0.8
Laatst Bijgewerkt 2017-11-07
Publicatiedatum 2017-11-07
Beoordeling 2.47/5 Totaal 43 Beoordelingen
Ontwikkelaar authorGEN
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.authorgen.com/Privacy.aspx
Ondersteunde Talen 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"
    ]
}