Crowdcast Screensharing
This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.
Was ist Crowdcast Screensharing?
Crowdcast Screensharing ist eine Chrome-Erweiterung, die von https://www.crowdcast.io entwickelt wurde, und ihr Hauptmerkmal ist "This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen.".
Erweiterungsscreenshots
Crowdcast Screensharing-Erweiterungs-CRX-Datei herunterladen
Laden Sie Crowdcast Screensharing-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
                        This extension is used by Crowdcast https://www.crowdcast.io/ to capture the content of your screen when using the "Screensharing" feature of a Crowdcast event!                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | kgmadhplahebfoiijgloflhakfjlkbpb | 
| Offizielle URL | https://chromewebstore.google.com/detail/crowdcast-screensharing/kgmadhplahebfoiijgloflhakfjlkbpb | 
| Beschreibung | This Chrome extension is developed for https://www.crowdcast.io/. It doesn't do anything except capture content of your screen. | 
| Dateigröße | 16.53 KB | 
| Installationsanzahl | 3,046 | 
| Aktuelle Version | 2.1.0 | 
| Letztes Update | 2018-05-02 | 
| Veröffentlichungsdatum | 2018-05-02 | 
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen | 
| Entwickler | https://www.crowdcast.io | 
| Zahlungsart | free | 
| Unterstützte Sprachen | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crowdcast Screensharing",
    "author": "Crowdcast, Inc.",
    "version": "2.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This Chrome extension is developed for https:\/\/www.crowdcast.io\/. It doesn't do anything except capture content of your screen.",
    "homepage_url": "http:\/\/www.crowdcast.io\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.crowdcast.io\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}  |  |