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 là gì?
Amazon Chime Screen Share là một tiện ích mở rộng Chrome được phát triển bởi Amazon.com, và tính năng chính của nó là "Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amazon Chime Screen Share
Tải xuống các tệp mở rộng Amazon Chime Screen Share 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazon Chime Screen Share |
ID | gnkmekbfichgiimlopamagjlljidbhge |
URL Chính Thức | https://chromewebstore.google.com/detail/amazon-chime-screen-share/gnkmekbfichgiimlopamagjlljidbhge |
Mô tả | Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the… |
Kích Thước Tệp | 28.03 KB |
Số Lần Cài Đặt | 78,062 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.67/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | Amazon.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |