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
电子邮箱 [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"
    ]
}