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…

Qu'est-ce que Amazon Chime Screen Share ?

Amazon Chime Screen Share est une extension Chrome développée par Amazon.com, et sa fonction principale est "Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazon Chime Screen Share

Téléchargez les fichiers d'extension Amazon Chime Screen Share au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Amazon Chime Screen Share Amazon Chime Screen Share
ID gnkmekbfichgiimlopamagjlljidbhge
URL Officiel https://chromewebstore.google.com/detail/amazon-chime-screen-share/gnkmekbfichgiimlopamagjlljidbhge
Description Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…
Taille du Fichier 28.03 KB
Nombre d'Installations 78,062
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2019-03-08
Date de Publication 2019-03-08
Évaluation 3.67/5 Total 15 Évaluations
Développeur Amazon.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}