Share to Teams
Share any web page from your browser with your Teams
Qu'est-ce que Share to Teams ?
Share to Teams est une extension Chrome développée par João Ferreira, et sa fonction principale est "Share any web page from your browser with your Teams".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Share to Teams
Téléchargez les fichiers d'extension Share to Teams 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
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.
Informations de Base sur l'Extension
Nom | Share to Teams |
ID | mncdedgmeogkaeicgbgpbnnejjebphof |
URL Officiel | https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof |
Description | Share any web page from your browser with your Teams |
Taille du Fichier | 4.27 KB |
Nombre d'Installations | 1,161 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-05-25 |
Date de Publication | 2020-05-25 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | João Ferreira |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://handsontek.net |
Langues Prises en Charge | 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" ] } |