ConexED Screen Sharing

Chrome screen sharing extension for the ConexED platform

Cos'è ConexED Screen Sharing?

ConexED Screen Sharing è un'estensione di Chrome sviluppata da https://conexed.com, e la sua funzione principale è "Chrome screen sharing extension for the ConexED platform".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ConexED Screen Sharing

Scarica i file di estensione ConexED Screen Sharing 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

                        Share your full desktop or select an application window to share.  (Note:  others will be able to see a higher resolution of your shared application if your application's window is smaller than full screen.  Application windows sized around 800x400 work best.)                    

Informazioni di Base sull'Estensione

Nome ConexED Screen Sharing ConexED Screen Sharing
ID fadlnhpmllgjcllbnpjdknlbnnpammlg
URL Ufficiale https://chromewebstore.google.com/detail/conexed-screen-sharing/fadlnhpmllgjcllbnpjdknlbnnpammlg
Descrizione Chrome screen sharing extension for the ConexED platform
Dimensione del File 15.6 KB
Conteggio Installazioni 20,000
Versione Corrente 1.7.3
Ultimo Aggiornamento 2018-09-26
Data di Pubblicazione 2018-09-26
Valutazione 4.00/5 Totale 10 Valutazioni
Sviluppatore https://conexed.com
Tipo di Pagamento free
Sito Web dell'Estensione https://conexed.com
URL della Pagina di Aiuto https://blog.conexed.com/help-center/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ConexED Screen Sharing",
    "version": "1.7.3",
    "manifest_version": 2,
    "description": "Chrome screen sharing extension for the ConexED platform",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.craniumcafe.com\/*",
            "https:\/\/*.conexed.com\/*"
        ]
    },
    "icons": {
        "16": "images\/16x16-C.png",
        "32": "images\/32x32-C.png",
        "48": "images\/48x48-C.png",
        "128": "images\/128x128-C.png"
    },
    "permissions": [
        "desktopCapture",
        "https:\/\/*.craniumcafe.com\/*",
        "https:\/\/*.conexed.com\/*"
    ],
    "web_accessible_resources": [
        "images\/48x48-C.png"
    ]
}