Share to Teams

Share any web page from your browser with your Teams

Co to jest Share to Teams?

Share to Teams to rozszerzenie Chrome opracowane przez João Ferreira, a jego główną funkcją jest „Share any web page from your browser with your Teams”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Share to Teams

Pobierz pliki rozszerzeń Share to Teams w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Share to Teams Share to Teams
ID mncdedgmeogkaeicgbgpbnnejjebphof
Oficjalny URL https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof
Opis Share any web page from your browser with your Teams
Rozmiar pliku 4.27 KB
Liczba instalacji 1,161
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-05-25
Data Publikacji 2020-05-25
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper João Ferreira
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://handsontek.net
Obsługiwane Języki 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"
    ]
}