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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}