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…」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } } |