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…

O que é Amazon Chime Screen Share?

Amazon Chime Screen Share é uma extensão do Chrome desenvolvida por Amazon.com, e sua principal característica é "Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazon Chime Screen Share

Baixe arquivos de extensão Amazon Chime Screen Share no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Amazon Chime Screen Share Amazon Chime Screen Share
ID gnkmekbfichgiimlopamagjlljidbhge
URL Oficial https://chromewebstore.google.com/detail/amazon-chime-screen-share/gnkmekbfichgiimlopamagjlljidbhge
Descrição Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…
Tamanho do Arquivo 28.03 KB
Contagem de Instalações 78,062
Versão Atual 0.0.0.3
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.67/5 Total de 15 Avaliações
Desenvolvedor Amazon.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}