Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
Hvad er Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "This extension allows WebRTC connections to use the screen as a video source.".
Download Zillion Live WebRTC Screen Capture-udvidelses-CRX-fil
Download Zillion Live WebRTC Screen Capture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extension to allow screen sharing with zillion live services.
Grundlæggende oplysninger om udvidelsen
Navn | Zillion Live WebRTC Screen Capture |
ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
Officiel URL | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
Beskrivelse | This extension allows WebRTC connections to use the screen as a video source. |
Filstørrelse | 8.72 KB |
Antal Installationer | 25 |
Nuværende Version | 3.0.01 |
Senest Opdateret | 2018-02-12 |
Udgivelsesdato | 2018-02-12 |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Zillion Live WebRTC Screen Capture", "version": "3.0.01", "description": "This extension allows WebRTC connections to use the screen as a video source.", "author": "Zillion Group", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "homepage_url": "https:\/\/zillion.com", "minimum_chrome_version": "34", "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/*.example.com\/*", "*:\/\/localhost\/*", "*:\/\/*.myrealappeal.load\/*", "*:\/\/*.realappeal.com\/*", "*:\/\/*.myzillion.load\/*", "*:\/\/*.zillion.com\/*", "*:\/\/*.restorehealth.com\/*" ] } } |