Share to Teams

Share any web page from your browser with your Teams

Share to Teamsとは何ですか?

Share to TeamsはJoão Ferreiraによって開発されたChromeの拡張機能で、その主な機能は「Share any web page from your browser with your Teams」です。

拡張機能のスクリーンショット

screenshot

Share to Teams拡張機能のCRXファイルをダウンロード

Share to Teams拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Share to Teams Share to Teams
ID mncdedgmeogkaeicgbgpbnnejjebphof
公式URL https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof
説明 Share any web page from your browser with your Teams
ファイルサイズ 4.27 KB
インストール数 1,161
現在のバージョン 1.1
最終更新日 2020-05-25
公開日 2020-05-25
評価 5.00/5 合計 3 レビュー
開発者 João Ferreira
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://handsontek.net
対応言語 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"
    ]
}