Share to Teams
Share any web page from your browser with your Teams
Cos'è Share to Teams?
Share to Teams è un'estensione di Chrome sviluppata da João Ferreira, e la sua funzione principale è "Share any web page from your browser with your Teams".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Share to Teams
Scarica i file di estensione Share to Teams 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
This will allow you to share a link directly to Teams channel without switching context.
You no longer need to switch applications to share relevant web sites with your co-workers. Informazioni di Base sull'Estensione
| Nome | |
| ID | mncdedgmeogkaeicgbgpbnnejjebphof |
| URL Ufficiale | https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof |
| Descrizione | Share any web page from your browser with your Teams |
| Dimensione del File | 4.27 KB |
| Conteggio Installazioni | 1,161 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-05-25 |
| Data di Pubblicazione | 2020-05-25 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | João Ferreira |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://handsontek.net |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Share to Teams",
"version": "1.1",
"manifest_version": 2,
"description": "Share any web page from your browser with your Teams",
"homepage_url": "https:\/\/teams.handsontek.net",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "MacCtrl+Shift+S"
},
"description": "Share any web page from your browser with your Teams"
}
},
"browser_action": {
"default_title": "Share to Teams",
"default_icon": "sharetoteams.png"
},
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"tabs"
]
} | |