Open Display - Cast

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

Wat is Open Display - Cast?

Open Display - Cast is een Chrome-extensie ontwikkeld door http://open-display.io, en de belangrijkste functie is "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Open Display - Cast

Download Open Display - Cast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
Officiële URL https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Beschrijving Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Bestandsgrootte 551 KB
Aantal Installaties 3,000
Huidige Versie 1.21
Laatst Bijgewerkt 2017-09-04
Publicatiedatum 2017-09-04
Beoordeling 1.38/5 Totaal 26 Beoordelingen
Ontwikkelaar http://open-display.io
Betalingswijze free
Extensiewebsite https://open-display.io
Help Pagina-URL https://open-display.zendesk.com/hc/en-us
Ondersteunde Talen 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"
    ]
}