BigBlueButton Screenshare for Colvir

Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers

Cos'è BigBlueButton Screenshare for Colvir?

BigBlueButton Screenshare for Colvir è un'estensione di Chrome sviluppata da https://conf.colvir.ru, e la sua funzione principale è "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione BigBlueButton Screenshare for Colvir

Scarica i file di estensione BigBlueButton Screenshare for Colvir 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

                        Granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers:

https://conf.colvir.ru
https://conf2.colvir.ru                    

Informazioni di Base sull'Estensione

Nome BigBlueButton Screenshare for Colvir BigBlueButton Screenshare for Colvir
ID ldbeeccfplggbdkjfjoanablbijmkfap
URL Ufficiale https://chromewebstore.google.com/detail/bigbluebutton-screenshare/ldbeeccfplggbdkjfjoanablbijmkfap
Descrizione Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers
Dimensione del File 12.95 KB
Conteggio Installazioni 140
Versione Corrente 0.0.4
Ultimo Aggiornamento 2018-08-17
Data di Pubblicazione 2018-08-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://conf.colvir.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://conf.colvir.ru/
URL della Pagina di Aiuto https://conf.colvir.ru/tech/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BigBlueButton Screenshare for Colvir",
    "author": "BigBlueButton and Colvir Software Solutions",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Chrome Extension granting WebRTC screen capturing capabilities to BigBlueButton meetings on Colvir Software Solutions servers",
    "homepage_url": "https:\/\/conf.colvir.ru",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.colvir.com\/*",
            "*:\/\/*.colvir.ru\/*"
        ]
    },
    "icons": {
        "93": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}