Microsoft Teams Screen sharing

Share your computer screen in a Microsoft Teams meeting

What is Microsoft Teams Screen sharing?

Microsoft Teams Screen sharing is a Chrome extension developed by Microsoft Corporation, and its main feature is "Share your computer screen in a Microsoft Teams meeting".

Extension Screenshots

screenshot
screenshot

Download Microsoft Teams Screen sharing Extension CRX File

Download Microsoft Teams Screen sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When you use Chrome to make a Teams call or join a meeting, the Google Chrome Extension lets you:
- Share your screen
- Share any desktop app
- Share any Chrome tab                    

Extension Basic Information

Name Microsoft Teams Screen sharing Microsoft Teams Screen sharing
ID dhheiegalgcabbcobinipgmhepkkeidk
Official URL https://chromewebstore.google.com/detail/microsoft-teams-screen-sh/dhheiegalgcabbcobinipgmhepkkeidk
Description Share your computer screen in a Microsoft Teams meeting
File Size 22.61 KB
Installation Count 567,022
Current Version 1.1.0
Last Updated 2018-12-13
Publish Date 2018-12-13
Rating 3.04/5 Total 178 Ratings
Developer Microsoft Corporation
Email [email protected]
Payment Type free
Extension Website https://go.microsoft.com/fwlink/?linkid=857250
Help Page URL https://aka.ms/privacy
Privacy Policy Page URL https://aka.ms/privacypolicy
Supported Languages id,de,en,en-GB,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/teams.microsoft.com\/*"
        ]
    },
    "permissions": [
        "desktopCapture"
    ],
    "manifest_version": 2
}