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…

Cos'è Amazon Chime Screen Share?

Amazon Chime Screen Share è un'estensione di Chrome sviluppata da Amazon.com, e la sua funzione principale è "Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon Chime Screen Share

Scarica i file di estensione Amazon Chime Screen Share in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Amazon Chime Screen Share Amazon Chime Screen Share
ID gnkmekbfichgiimlopamagjlljidbhge
URL Ufficiale https://chromewebstore.google.com/detail/amazon-chime-screen-share/gnkmekbfichgiimlopamagjlljidbhge
Descrizione Amazon Chime's official browser extension. Amazon Chime lets you meet, chat, and collaborate with the security of AWS. Use the…
Dimensione del File 28.03 KB
Conteggio Installazioni 78,062
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2019-03-08
Data di Pubblicazione 2019-03-08
Valutazione 3.67/5 Totale 15 Valutazioni
Sviluppatore Amazon.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}