Open Display - Cast

Open Display cast app, with this app your are able to cast your desktop or tab to your display.

Cos'è Open Display - Cast?

Open Display - Cast è un'estensione di Chrome sviluppata da http://open-display.io, e la sua funzione principale è "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open Display - Cast

Scarica i file di estensione Open Display - Cast 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 Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
URL Ufficiale https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Descrizione Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Dimensione del File 551 KB
Conteggio Installazioni 3,000
Versione Corrente 1.21
Ultimo Aggiornamento 2017-09-04
Data di Pubblicazione 2017-09-04
Valutazione 1.38/5 Totale 26 Valutazioni
Sviluppatore http://open-display.io
Tipo di Pagamento free
Sito Web dell'Estensione https://open-display.io
URL della Pagina di Aiuto https://open-display.zendesk.com/hc/en-us
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Display - Cast",
    "description": "Open Display cast app, with this app your are able to cast your desktop or tab to your display.",
    "version": "1.21",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/*.open-display.io https:\/\/www.gstatic.com https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "icons": {
        "16": "icons\/od-16x16.png",
        "120": "icons\/od-120x120.png"
    },
    "sandbox": {
        "pages": [
            "https:\/\/opendisplayapi.firebaseapp.com\/app.html"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/od-16x16.png"
    },
    "background": {
        "scripts": [
            "getStats.min.js",
            "firebase.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "desktopCapture",
        "tabs",
        "windows"
    ]
}