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 - это расширение Chrome, разработанное Amazon.com, и его основная функция - "Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…".
Снимки экрана расширения
Скачать файл CRX расширения Amazon Chime Screen Share
Скачайте файлы расширений 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 |
Электронная почта | [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" } } |