Microsoft Teams Screen sharing
Share your computer screen in a Microsoft Teams meeting
Cos'è Microsoft Teams Screen sharing?
Microsoft Teams Screen sharing è un'estensione di Chrome sviluppata da Microsoft Corporation, e la sua funzione principale è "Share your computer screen in a Microsoft Teams meeting".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Microsoft Teams Screen sharing
Scarica i file di estensione Microsoft Teams Screen sharing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | dhheiegalgcabbcobinipgmhepkkeidk |
| URL Ufficiale | https://chromewebstore.google.com/detail/microsoft-teams-screen-sh/dhheiegalgcabbcobinipgmhepkkeidk |
| Descrizione | Share your computer screen in a Microsoft Teams meeting |
| Dimensione del File | 22.61 KB |
| Conteggio Installazioni | 567,022 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2018-12-13 |
| Data di Pubblicazione | 2018-12-13 |
| Valutazione | 3.04/5 Totale 178 Valutazioni |
| Sviluppatore | Microsoft Corporation |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://go.microsoft.com/fwlink/?linkid=857250 |
| URL della Pagina di Aiuto | https://aka.ms/privacy |
| URL della Pagina della Politica sulla Privacy | https://aka.ms/privacypolicy |
| Lingue Supportate | 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
} | |