Rocket.Chat Screen Share

Enable screen sharing for Rocket.Chat

Cos'è Rocket.Chat Screen Share?

Rocket.Chat Screen Share è un'estensione di Chrome sviluppata da https://rocket.chat, e la sua funzione principale è "Enable screen sharing for Rocket.Chat".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rocket.Chat Screen Share

Scarica i file di estensione Rocket.Chat 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

                                            

Informazioni di Base sull'Estensione

Nome Rocket.Chat Screen Share Rocket.Chat Screen Share
ID nocfbnnmjnndkbipkabodnheejiegccf
URL Ufficiale https://chromewebstore.google.com/detail/rocketchat-screen-share/nocfbnnmjnndkbipkabodnheejiegccf
Descrizione Enable screen sharing for Rocket.Chat
Dimensione del File 19.48 KB
Conteggio Installazioni 3,503
Versione Corrente 0.3.0
Ultimo Aggiornamento 2017-05-20
Data di Pubblicazione 2017-05-20
Valutazione 4.00/5 Totale 9 Valutazioni
Sviluppatore https://rocket.chat
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rocket.Chat Screen Share",
    "author": "Rodrigo K. Nascimento",
    "version": "0.3.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Enable screen sharing for Rocket.Chat",
    "homepage_url": "https:\/\/demo.rocket.chat",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "32": "favicon-32x32.png",
        "48": "favicon-48x48.png",
        "64": "favicon-64x64.png",
        "96": "favicon-96x96.png",
        "128": "favicon-128x128.png",
        "256": "favicon-256x256.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}