Open Display - Cast

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

Was ist Open Display - Cast?

Open Display - Cast ist eine Chrome-Erweiterung, die von http://open-display.io entwickelt wurde, und ihr Hauptmerkmal ist "Open Display cast app, with this app your are able to cast your desktop or tab to your display.".

Erweiterungsscreenshots

screenshot

Open Display - Cast-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open Display - Cast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Open Display - Cast Open Display - Cast
ID edbcdocojkfjfdjmcaadkdplggcecgni
Offizielle URL https://chrome.google.com/webstore/detail/open-display-cast/edbcdocojkfjfdjmcaadkdplggcecgni
Beschreibung Open Display cast app, with this app your are able to cast your desktop or tab to your display.
Dateigröße 551 KB
Installationsanzahl 3,000
Aktuelle Version 1.21
Letztes Update 2017-09-04
Veröffentlichungsdatum 2017-09-04
Bewertung 1.38/5 Insgesamt 26 Bewertungen
Entwickler http://open-display.io
Zahlungsart free
Erweiterungswebsite https://open-display.io
Hilfeseite URL https://open-display.zendesk.com/hc/en-us
Unterstützte Sprachen 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"
    ]
}