Amazon Chime Screen Share

Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…

什么是Amazon Chime Screen Share?

Amazon Chime Screen Share是由Amazon.com开发的Chrome扩展程序,该扩展的主要功能是“Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…”。

扩展截图

screenshot

下载Amazon Chime Screen Share扩展crx文件

下载Amazon Chime Screen Share扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Amazon Chime's official browser extension.

Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the Amazon Chime web application from you browser to conduct online meetings, video conferences, screen sharing, and file sharing. Get started with Amazon Chime at https://aws.amazon.com/chime .

The Amazon Chime extension can be optionally added to Chrome to enable screen sharing from the Chime web application. Learn more at https://answers.chime.aws/articles/651/share-your-screen-using-the-amazon-chime-web-appli.html .

By installing or using this extension, you agree to https://aws.amazon.com/agreement, https://aws.amazon.com/service-terms, and https://aws.amazon.com/privacy.                    

扩展基本信息

名称 Amazon Chime Screen Share Amazon Chime Screen Share
ID gnkmekbfichgiimlopamagjlljidbhge
官方URL https://chromewebstore.google.com/detail/amazon-chime-screen-share/gnkmekbfichgiimlopamagjlljidbhge
简介 Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…
文件大小 28.03 KB
安装次数 78,062
当前版本 0.0.0.3
更新时间 2019-03-08
上架时间 2019-03-08
评分 3.67/5 共15次评分
开发者 Amazon.com
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Chime Screen Share",
    "short_name": "Chime",
    "version": "0.0.0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chime.aws\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.chime.aws\/*"
        ]
    },
    "permissions": [
        "*:\/\/*.chime.aws\/*",
        "desktopCapture",
        "tabs"
    ],
    "icons": {
        "16": "images\/chime_icon_16.png",
        "48": "images\/chime_icon_48.png",
        "128": "images\/chime_icon_128.png"
    }
}