Screen Share

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

Co je Screen Share?

Screen Share je rozšíření Chrome vyvinuté authorGEN, a jeho hlavní funkcí je „Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Screen Share

Stáhněte si soubory rozšíření Screen Share ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Screen Share Screen Share
ID kihbmdbdahlekggklbfbgmnkifcmfcip
Oficiální URL https://chrome.google.com/webstore/detail/screen-share/kihbmdbdahlekggklbfbgmnkifcmfcip
Popis Screen Share allows you to share your device screen or a particular application with remote audiences during live sessions.
Velikost souboru 13.21 KB
Počet instalací 58,170
Aktuální Verze 0.0.0.8
Poslední Aktualizace 2017-11-07
Datum Vydání 2017-11-07
Hodnocení 2.47/5 Celkem 43 Hodnocení
Vývojář authorGEN
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.authorgen.com/Privacy.aspx
Podporované Jazyky 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"
    ]
}