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
官方網址 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"
    ]
}