Screen Share

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

Qu'est-ce que Screen Share ?

Screen Share est une extension Chrome développée par authorGEN, et sa fonction principale est "Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Screen Share

Téléchargez les fichiers d'extension Screen Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
URL Officiel https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Description Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Taille du Fichier 13.21 KB
Nombre d'Installations 58,170
Version Actuelle 0.0.0.8
Dernière Mise à Jour 2017-11-07
Date de Publication 2017-11-07
Évaluation 2.47/5 Total 43 Évaluations
Développeur authorGEN
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.authorgen.com/Privacy.aspx
Langues Prises en Charge 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"
    ]
}