Share to Teams
Share any web page from your browser with your Teams
Wat is Share to Teams?
Share to Teams is een Chrome-extensie ontwikkeld door João Ferreira, en de belangrijkste functie is "Share any web page from your browser with your Teams".
Extensie Screenshots
Download het CRX-bestand van de extensie Share to Teams
Download Share to Teams-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Share to Teams |
ID | mncdedgmeogkaeicgbgpbnnejjebphof |
Officiële URL | https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof |
Beschrijving | Share any web page from your browser with your Teams |
Bestandsgrootte | 4.27 KB |
Aantal Installaties | 1,161 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2020-05-25 |
Publicatiedatum | 2020-05-25 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | João Ferreira |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://handsontek.net |
Ondersteunde Talen | 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" ] } |