Share to Teams

Share any web page from your browser with your Teams

Share to Teams là gì?

Share to Teams là một tiện ích mở rộng Chrome được phát triển bởi João Ferreira, và tính năng chính của nó là "Share any web page from your browser with your Teams".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Share to Teams

Tải xuống các tệp mở rộng Share to Teams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Share to Teams Share to Teams
ID mncdedgmeogkaeicgbgpbnnejjebphof
URL Chính Thức https://chromewebstore.google.com/detail/share-to-teams/mncdedgmeogkaeicgbgpbnnejjebphof
Mô tả Share any web page from your browser with your Teams
Kích Thước Tệp 4.27 KB
Số Lần Cài Đặt 1,161
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-05-25
Ngày Phát Hành 2020-05-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển João Ferreira
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://handsontek.net
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}