Zillion Live WebRTC Screen Capture
This extension allows WebRTC connections to use the screen as a video source.
Vad är Zillion Live WebRTC Screen Capture?
Zillion Live WebRTC Screen Capture är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This extension allows WebRTC connections to use the screen as a video source.".
Ladda ner Zillion Live WebRTC Screen Capture-förlängningens CRX-fil
Ladda ner Zillion Live WebRTC Screen Capture-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Extension to allow screen sharing with zillion live services.
Grundläggande Information om Tillägg
Namn | Zillion Live WebRTC Screen Capture |
ID | jkhlcipancfeplghhbjgbbbgbcibphjn |
Officiell webbadress | https://chromewebstore.google.com/detail/zillion-live-webrtc-scree/jkhlcipancfeplghhbjgbbbgbcibphjn |
Beskrivning | This extension allows WebRTC connections to use the screen as a video source. |
Filstorlek | 8.72 KB |
Antal Installationer | 25 |
Aktuell Version | 3.0.01 |
Senast Uppdaterad | 2018-02-12 |
Publiceringsdatum | 2018-02-12 |
Utvecklare | Unknown |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |